项目作者: UttamPanchasara

项目描述 :
Flutter Project: To Learn Firebase Authentication + Cloud Firestore implementation in Flutter.
高级语言: Dart
项目地址: git://github.com/UttamPanchasara/FirstFlutter.git
创建时间: 2019-02-25T13:33:44Z
项目社区:https://github.com/UttamPanchasara/FirstFlutter

开源协议:

下载


Flutter + Firebase

Firebase Auth + Cloud Firestore Database

SignIn-SignUp Listing
Screenshot Screenshot

Features :

  • 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.

Firebase Project Setup

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.

  1. - Here is the link of Google APIs Explorer to insert, update, and delete Database : https://developers.google.com/apis-explorer/#search/firestore/firestore/v1/

Fiebase Plugins Flutter:

1) Firebase Authentication : https://pub.dartlang.org/packages/firebase_auth
2) Firebase Cloud Firestore : https://pub.dartlang.org/packages/cloud_firestore

How to implement in flutter:

  • Refer this project to learn Firebase auth and cloud firestore implementation in Flutter.