Files
Sriraj d63f4147a9 New Example - Firebase Google Authentication (#106)
* Added the firebase+google_authentication example

* Modified Readme.md
2022-10-22 20:32:53 +02:00

668 B

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.