Update Firebase Settings
Last updated
Last updated
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.
Go to AppMySite and log in using your credentials.
From your account dashboard, select the app for which you want to update the push notification settings.
Once you have selected the app, go to the Notifications section on the app dashboard.
Click on Build Settings to access the configuration options for push notifications.
In the Build Settings, locate the Google Firebase Service Account field.
Upload the new Private Key (Google Firebase Service Account JSON file) to migrate to the HTTP v1 API.
To get the required JSON file, follow these steps:
Log in to your Google Firebase account.
Select the relevant Project.
In the project overview, choose your app.
Navigate to Project Settings.
Click on the Service Accounts tab.
Select Generate New Private Key to create a new JSON file.
Download the generated JSON file to your computer.
Go back to your AppMySite dashboard.
In the Build Settings, upload the downloaded Firebase Private Key (JSON file) in the designated field.
Save the changes.