Flutter Project: To Learn Firebase Authentication + Cloud Firestore implementation in Flutter.
SignIn-SignUp | Listing |
---|---|
![]() |
![]() |
Firebase Auth
1) SignUp - Firebase
2) SignIn - Firebase
3) Forgot Password Email - Firebase
Firebase Cloud Firestore Database
1) Fetching data from cloud store.
2) Listing from cloud Firestore database.
1) Create Project on Firebase Console: https://console.firebase.google.com/u/0/
2) After project creation, Add the JSON file to your project(For Android).
3) Enable Sign-In For Firebase Authentication.
4) Create your database in Cloud Database.
- Here is the link of Google APIs Explorer to insert, update, and delete Database : https://developers.google.com/apis-explorer/#search/firestore/firestore/v1/
1) Firebase Authentication : https://pub.dartlang.org/packages/firebase_auth
2) Firebase Cloud Firestore : https://pub.dartlang.org/packages/cloud_firestore