Firebase Setup

We use firebase for push notifications, so in this section, we'll set up the firebase project. Later we'll configure it in the Admin Panel and Flutter App.

Step 1: Log into the firebase console (https://console.firebase.google.com/) and click on create a project

Step 2: Give a name to the project

Step 3: Click continue

Step 4: Review and click continue

Step 5: Choose the Google Analytics project if you have enabled Google Analytics for this project, then click Create a project

Step 6: Once it’s created click on continue

Step 7: In the Firebase dashboard get started section, click the settings gear icon in the top left corner.

Step 8: Click on the Project settings options

Step 9: In the project settings click on the Service accounts tab and Generate new private key.

Step 10: You can see the generated new private key in the downloads.

Step 11: Open the downloaded file in the notepad++.

Step 12: We need to paste these values in the server setup in the appsettings.json file.

You have to set up the Google Cloud Account with Active billing first see this section

Last updated