Firebase Configuration

1. Create firebase project

  1. Click Add Project

2. Database configuration

  1. Select Database from side menu

2. Select Real Time Database

3. Select Rules from tabs and create rules (read, write)=true for permission

3. Authentication

  1. Select Authentication from side menu

2. Select Sign in method from tabs

3. Select Email/Password provider and enable

4. Integration to application

  1. Go To Porject Settings from Firebase Console

  2. Select General from tabs and copy firebaseConfig

3. Paste fireaseConfig to Admin and Mobile app project's into enviroment.ts and enviroment.prod.ts file.

Last updated

Was this helpful?