项目作者: edocbuhtig

项目描述 :
Ionic 5 Firebase/Firestore CRUD App with Angular 9 and Ionic Skeleton Loading Animation
高级语言: TypeScript
项目地址: git://github.com/edocbuhtig/ionic-firebase-angular-crud.git
创建时间: 2020-07-19T10:45:30Z
项目社区:https://github.com/edocbuhtig/ionic-firebase-angular-crud

开源协议:

下载


Ionic Firebase Authentication

Demo

Ionic Firebase Authentication & CRUD

Setup Firebase/Firestore (Free Spark plan)

  • From Firebase console enable Email & Password Authentication
  • If you are using Firestore for the first time, initialize the database once going to firestore database dashboard
  • Go to database (Rules) tab and allow read, write for all users, only for this CRUD app testing, not recommended for production apps.

Create a new app in Firebase console

  • After creating a new web app, you can copy the firebase project config details as below, and replace with /src/app/enviornment.ts
  1. {
  2. apiKey: "",
  3. authDomain: "",
  4. databaseURL: "",
  5. projectId: "",
  6. storageBucket: "",
  7. messagingSenderId: "",
  8. appId: ""
  9. }

Install Angular Firebase/Firestore Official (NPM) Library

  1. ng add @angular/fire