Skip to content

Commit

Permalink
Added firebase_core
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Dang committed Jul 16, 2021
1 parent 28fa22b commit 807df1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ packages:
source: hosted
version: "1.3.1"
firebase_core:
dependency: transitive
dependency: "direct main"
description:
name: firebase_core
url: "https://pub.dartlang.org"
Expand Down
3 changes: 2 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ dependencies:
flutter:
sdk: flutter
#dependencies for firebase (auth and firestore)
firebase_core: "^1.4.0"
cloud_firestore: ^1.0.0 # new
firebase_auth: ^1.0.0 # new
provider: ^5.0.0 # new
Expand All @@ -36,7 +37,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
english_words: ^4.0.0
#english_words: ^4.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

Expand Down

0 comments on commit 807df1e

Please sign in to comment.