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.
379
  1. Copy your FCM Server Key. In the Firebase console, click the gear icon next to Overview
743
  1. Click Project SettingsCloud MessagingManage Service Accounts.
648
  1. Go to Service accounts to download FirebaseAdminSdk account's json key.
654
  1. Follow this manual to set up eSputnik admin panel with your Firebase key.