Firebase Configuration
1. Create firebase project
Click Add Project
2. Database configuration
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
Select Authentication from side menu

2. Select Sign in method from tabs

3. Select Email/Password provider and enable

4. Integration to application
Go To Porject Settings from Firebase Console
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?