Example Flutter app built with flutter_bloc to implement login using Firebase.
- Sign in with Google
- Sign up with email and password
- Sign in with email and password
- Create your project
- Enable desired authentication options
- Replace
./ios/Runner/GoogleService-Info.plistwith your own - Update
./ios/Runner/info.plist- Paste the
REVERSED_CLIENT_IDfromGoogleService-Info.plistto keyCFBundleURLSchemesininfo.plist
- Paste the
- Replace
./android/app/google-services.jsonwith your own - Update
./android/app/build.gradle- Replace
"com.example.flutter_firebase_login"with thepackage_namefromgoogle-services.json
- Replace
flutter run