Push notification integration
To integrate push notification, go to settings by clicking on <> button on top left, click on integration from the left panel and click on push notification set up.

Service Account Authentication
This section is used to securely configure push notifications by uploading your Firebase Service Account Key (in JSON format). The service account enables the platform to authenticate with Firebase Cloud Messaging (FCM) and send push notifications to both web and mobile users.
Steps:
Click on the upload icon to select your Service Account JSON file.
Once uploaded, click on Authenticate Service Account to complete the integration.
Note: This step is mandatory for enabling push campaigns. Ensure your service account has the necessary permissions to access Firebase Cloud Messaging APIs.
Steps to Get Your Firebase Service Account Key
Go to Firebase Console Navigate to https://console.firebase.google.com and select your project.
Open Project Settings In the left-hand sidebar, click the gear icon next to “Project Overview” and select Project Settings.
Go to Service Accounts In the top menu of the settings page, click on the Service Accounts tab.
Generate a New Private Key
Click the "Generate new private key" button.
Confirm when prompted to download the key.
A
.json
file will be downloaded to your computer. This is your Service Account Key.
Upload to Your Platform Use this JSON file to authenticate the Firebase project in your campaign platform by uploading it where prompted (e.g., under Service Account Authentication in your app).
Setting Up Android Push NotificationsSetting Up iOS Push NotificationsSetting Up Web Push NotificationsPush notification campaign set-upNote: Keep your service account key secure and do not share it publicly. This key provides access to your Firebase project APIs. You can always revoke and regenerate keys if needed.
Last updated