FCM legacy API Migration Guide
Last updated
Last updated
Starting June 01, 2024, Google will discontinue support for sending mobile push notifications via the legacy FCM v1 APIs. To avoid disruption to the notification service on your platform applications, we recommend planning and migrating them before this date. For guidance on migration, please refer to the documentation provided here.
No action is required on the Social Plus SDKs and UIKits.
Go to Firebase Console.
Navigate to Firebase project -> "Service accounts" tab.
Then click "Generate new private key" -> "Generate key" (trigger download of .json file).
Store the JSON file that contains the private key securely on your local machine.
Go to Social Plus Admin Console and log in with credentials.
On the left navigation bar, navigate to "Settings" -> "Push Notifications".
Click Add New Certificate on the "PNS Certificates" section.
When the "Add PNS Certificate" option appears, enter the Certificate Name and select "Android" as the platform.
Select "Firebase Cloud Messaging in the "Provider" section.
In the "FCM Credentials" section, upload the JSON file that contains the downloaded key.
After successfully uploading the JSON file, click "OK" to save the credential.
Finally, ensure to activate the newly uploaded certificate by clicking the upward arrow icon.