Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Ionic Firebase Authentication Starter - FREE starter app with Firebase Authentication and CRUD operations integrating Angular 11 with bonus (Skeleton) Loading Animation

Notifications You must be signed in to change notification settings

edocbuhtig/ionic-firebase-angular-crud

Repository files navigation

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
{
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: "",
  appId: ""
}

Install Angular Firebase/Firestore Official (NPM) Library

ng add @angular/fire

About

Ionic Firebase Authentication Starter - FREE starter app with Firebase Authentication and CRUD operations integrating Angular 11 with bonus (Skeleton) Loading Animation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.