Files
flutter-examples/firebase_google_authentication
Nishant Srivastava f761e553e4 Cleanup and updates (#126)
* updated gradle wrapper

* get packages

* fix dependabot issues

* Migrate to using io.flutter.embedding.android.FlutterActivity

* delete files
2022-10-22 21:24:21 +02:00
..
2022-10-22 21:24:21 +02:00
2022-10-22 21:24:21 +02:00

firebase_google_authentication

A new Flutter project.

Getting Started

  1. Go to firebase console and create an account.
  2. Now, add an app in the firebase console.
  3. Give package name as - ''github.nisrulz.firebase_google_authentication'' .
  4. Now, download the google-services.json file and paste it in android/app directory.
  5. Now, In the firebase console go to your app and project settings.
  6. Please add your SHA1 and SHA256 keys in there.
  7. Now, go to Authentication tab and click on get Started.
  8. Please enable the Sign-in providers - *Google , *Email/Password providers.
  9. Run pub get in your IDE.
  10. Now, you are good to go.