Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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.

1. Creating a Firebase project

  • Go to Firebase Console, click Add project.
  • Enter desired project name.
  • Click Continue.
  • (Optional) Set up Google Analytics.
  • Click Create project.

2. Generating the private key JSON file

  • In the project overview page, click on the Settings icon.
  • Open Project settings > Service accounts.
  • Click Generate new private key, then confirm by clicking Generate key.

Now you can use the downloaded private key JSON file to create your Android push configuration.

Tutorials

Migration guides

Reference documentation

Clone this wiki locally