Flutter & Firebase Authentication demo
Source code based on my Flutter & Firebase Authentication video series:
- Part 1
- Part 2
- Part 3
- Part 4
- Part 5
- Part 6
- Scoped Access with InheritedWidget
- Add Unit Tests to Your App
- Deep Dive with Widget Tests and Mockito
Preview
Firebase configuration
You need to register the project with your own Firebase account.
-
Use
com.flutter.logindemo
as your bundle / application ID when generating the Firebase project. -
Download the
ios/Runner/GoogleService-Info.plist
andandroid/app/google-services.json
files as needed.