Update Firebase Settings

How to update Firebase settings to continue using push notifications

Due to recent updates in the Firebase Cloud Messaging (FCM) APIs, the Legacy FCM API will soon be deprecated, which may lead to increased errors when sending push notifications. To ensure push notifications continue to function seamlessly, follow these steps to migrate to the new HTTP v1 API.

Step 1: Log in to Your AppMySite Account

  1. Go to AppMySite and log in using your credentials.

  2. From your account dashboard, select the app for which you want to update the push notification settings.

Step 2: Navigate to the Notifications Section

  1. Once you have selected the app, go to the Notifications section on the app dashboard.

  2. Click on Build Settings to access the configuration options for push notifications.

Step 3: Update Your Firebase Service Account

  1. In the Build Settings, locate the Google Firebase Service Account field.

  2. Upload the new Private Key (Google Firebase Service Account JSON file) to migrate to the HTTP v1 API.

Step 4: Obtain Your Firebase Service Account Private Key

To get the required JSON file, follow these steps:

  1. Log in to your Google Firebase account.

  2. Select the relevant Project.

  3. In the project overview, choose your app.

  4. Navigate to Project Settings.

  5. Click on the Service Accounts tab.

  6. Select Generate New Private Key to create a new JSON file.

  7. Download the generated JSON file to your computer.

Step 5: Upload the JSON File in Your AppMySite Account

  1. Go back to your AppMySite dashboard.

  2. In the Build Settings, upload the downloaded Firebase Private Key (JSON file) in the designated field.

  3. Save the changes.

Last updated