1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-09 13:09:03 +00:00

New Example - Firebase Google Authentication (#106)

* Added the firebase+google_authentication example

* Modified Readme.md
This commit is contained in:
Sriraj
2022-10-23 00:02:53 +05:30
committed by GitHub
parent b024cb183d
commit d63f4147a9
69 changed files with 2226 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
# 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.