EQuiz
  • Introduction
  • Project Structure
  • Customizing App
  • Prepare to Production
  • Firebase Configuration
  • Admob Configuration
  • Push Notification
    • Get Firebase Sender ID
    • One Signal App Id and Rest API Key
Powered by GitBook
On this page
  • 1. Create firebase project
  • 2. Database configuration
  • 3. Authentication
  • 4. Integration to application

Was this helpful?

Firebase Configuration

PreviousPrepare to ProductionNextAdmob Configuration

Last updated 5 years ago

Was this helpful?

1. Create firebase project

  1. Go To:

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

https://console.firebase.google.com