Apply your push notification credentials
Last updated
Was this helpful?
Last updated
Was this helpful?
Apply your Adalo App push notification services
Android requires the Firebase Cloud Messaging (FCM) server key token.
Apple iOS requires the Apple Push Notification Service (APNS) certificate in two separate files, cert.pem
containing the certificate and key.pem
containing the private key.
To create a Firebase Cloud Messaging (FCM) server key token for your Android app, follow these steps:
Create a Firebase project (if you haven't already)
Go to the Firebase Console (https://console.firebase.google.com/) and sign in with your Google account.
Click "Add project" and enter the required information, such as the project name and region.
Accept the terms and click "Create Project".
Add an Android app to the Firebase project
In the Firebase Console, navigate to your project's dashboard.
Click the Android icon to add an Android app to your project.
Enter your Android package name (e.g., "com.example.myapp"). You can find this information in your AndroidManifest.xml file or the "applicationId" field in your app-level build.gradle file.
Optionally, you can also add an app nickname and SHA-1 certificate fingerprint for Google Sign-In and other Firebase features.
Click "Register app".
Download the generated "google-services.json" file and place it in your Android project's "app" directory.
Follow the on-screen instructions to add the Firebase SDK to your Android app.
Create a Legacy FCM Server Key Token
In the Firebase Console, navigate to your project's dashboard.
Click the gear icon next to "Project Overview" and select "Project settings".
Go to the "Cloud Messaging" tab.
In the "Project credentials" section, you will find "Cloud Messaging API (Legacy server)".
Click the three dots on the right to select options for "Cloud Messaging API (Legacy server)".
Click "ENABLE".
In the "Cloud Messaging API (Legacy server)" is your FCM server key token for the "Cloud Messaging API (Legacy)".
The Firebase Cloud Messaging (FCM) server key token can now be entered in the Apple Credentials in the 'App Management' side menu in the Parousya Customer Account.
Note: Keep your server key confidential, as it can be used to send push notifications to all devices associated with your Firebase project.