Skip to content

Commit

Permalink
Added dependencies for firebase(auth and firestore)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan-Dang committed Jul 16, 2021
1 parent 5908a67 commit e88186e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ environment:
dependencies:
flutter:
sdk: flutter
#dependencies for firebase (auth and firestore)
cloud_firestore: ^1.0.0 # new
firebase_auth: ^1.0.0 # new
provider: ^5.0.0 # new


# The following adds the Cupertino Icons font to your application.
Expand Down

0 comments on commit e88186e

Please sign in to comment.