Skip to content

Android Firebase configuration

Get the Firebase API key

Anchor link to
  1. Create a Firebase project.

  2. Open your Firebase Console and choose the project you created.

Choosing a project in the Firebase Console
  1. Go to Your Project > Project settings.
Project settings
  1. In Service accounts tab, press Generate new private key:
Generating a new private key
  1. In the window opened, press Generate key. The JSON file will be downloaded.
Generating key
  1. Please verify that the API is enabled. If not, please enable it.
  1. Visit https://console.cloud.google.com/apis/library/fcm.googleapis.com
  2. Select your project.
  3. Press Enable.
API enabled

Configure Android in your Pushwoosh project

Anchor link to
  1. Go to your Pushwoosh project. Open Settings → Configure platforms and click Connect in the Android row.
Configure platforms page with Android row showing Connect among platform action buttons
  1. In IMPORT FCM SERVICE ACCOUNT KEY, upload the JSON private key you downloaded from your Firebase project settings.
Android Configuration form with Import FCM service account key field and Apply button
  1. Click Apply.

  2. Now you can move on to integrating the Pushwoosh SDK