Setting Up Firebase Application for Firebase Cloud Messaging

Most often, mobile applications already have FCM settings. In this case, you do not need to make any additional FCM settings.

Follow the guide below if your application does not have FCM settings.

  1. Verify that your Gradle files include the correct FCM and Reteno libraries
  2. Download your google-services.json config file (see how here).
  3. Add the above file to your root app/ folder.
FCM settings
  1. Copy your FCM Server Key. In the Firebase console, click the gear icon next to Overview.
FCM Server Key
  1. Then open Project SettingsCloud MessagingManage Service Accounts.
Project Settings
  1. Go to Service Accounts to download FirebaseAdminSdk account's json key.
FirebaseAdminSdk
  1. Follow this manual to set up Reteno admin panel with your Firebase key.