-
Notifications
You must be signed in to change notification settings - Fork 2
Getting FCM Details
Adnan Mujagić edited this page Dec 27, 2023
·
1 revision
This tutorial explains how to obtain the private key JSON required for setting up your Android push configuration. It consists of two steps:
- Creating a Firebase project
- Generating the private key JSON file
If you already have a Firebase project, feel free to skip to the second step immediately.
- Go to Firebase Console, click
Add project. - Enter desired project name.
- Click
Continue. - (Optional) Set up Google Analytics.
- Click
Create project.
- In the project overview page, click on the
Settingsicon. - Open
Project settings>Service accounts. - Click
Generate new private key, then confirm by clickingGenerate key.
Now you can use the downloaded private key JSON file to create your Android push configuration.