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:
16
firebase_google_authentication/README.md
Normal file
16
firebase_google_authentication/README.md
Normal 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.
|
||||
Reference in New Issue
Block a user