1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-10 21:49:45 +00:00

Added a new example for google signin.

This commit is contained in:
Hariharan
2018-07-03 11:59:44 -04:00
parent 4cd2d05216
commit c70813dea9
62 changed files with 1591 additions and 0 deletions

12
google_signin/README.md Normal file
View File

@@ -0,0 +1,12 @@
# google_signin
A simple flutter app to demonstrate Google signin using Firebase. Register your app on Firebase and enable Google authentication.
![Initial Page](page1.jpg)
![Login Dialog](page2.jpg)
![User Page](page3.jpg)
## Getting Started
For help getting started with Flutter, view our online
[documentation](https://flutter.io/).