mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-08-23 14:01:14 +08:00
16 lines
668 B
Markdown
16 lines
668 B
Markdown
# 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. |