You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -349,6 +349,7 @@ To use this project with Firebase, some configuration steps are required.
349
349
- then, [download and copy](https://firebase.google.com/docs/flutter/setup#configure_an_android_app)`google-services.json` into `android/app`.
350
350
- On iOS, use `com.example.starterArchitectureFlutterFirebase` as the bundle ID.
351
351
- then, [download and copy](https://firebase.google.com/docs/flutter/setup#configure_an_ios_app)`GoogleService-Info.plist` into `iOS/Runner`, and add it to the Runner target in Xcode.
352
+
- finally, enable the Email/Password Authentication Sign-in provider in the Firebase Console (Authentication > Sign-in method > Email/Password > Edit > Enable > Save)
352
353
353
354
See this page for full instructions:
354
355
@@ -419,4 +420,4 @@ Other relevant articles about app architecture:
419
420
-[Widget-Async-Bloc-Service: A Practical Architecture for Flutter Apps](https://codewithandrea.com/articles/2019-05-21-wabs-practical-architecture-flutter-apps/)
0 commit comments