Skip to content

Commit dad26d7

Browse files
author
Amir Tahvildaran
authored
docs(misc): add note to enable firebase auth provider (bizz84#61)
this will prevent a CONFIGURATION_NOT_FOUND exception when attempting any sign-in methods
1 parent b7f7163 commit dad26d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ To use this project with Firebase, some configuration steps are required.
349349
- then, [download and copy](https://firebase.google.com/docs/flutter/setup#configure_an_android_app) `google-services.json` into `android/app`.
350350
- On iOS, use `com.example.starterArchitectureFlutterFirebase` as the bundle ID.
351351
- 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)
352353

353354
See this page for full instructions:
354355

@@ -419,4 +420,4 @@ Other relevant articles about app architecture:
419420
- [Widget-Async-Bloc-Service: A Practical Architecture for Flutter Apps](https://codewithandrea.com/articles/2019-05-21-wabs-practical-architecture-flutter-apps/)
420421
- [Flutter TDD Clean Architecture Course [1] – Explanation & Project Structure](https://resocoder.com/2019/08/27/flutter-tdd-clean-architecture-course-1-explanation-project-structure/)
421422

422-
## [License: MIT](LICENSE.md)
423+
## [License: MIT](LICENSE.md)

0 commit comments

Comments
 (0)