From e88186e14387094993208388209650232f7b030b Mon Sep 17 00:00:00 2001 From: Aryan Date: Fri, 16 Jul 2021 15:44:00 +0530 Subject: [PATCH] Added dependencies for firebase(auth and firestore) --- pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index f40e3b4..336a431 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.