Firebase Cloud Messaging (BYOK)
Use your Firebase service account in the Notifique workspace. Sends still go throughPOST /v1/push/messages; Android delivery uses your Google account.
Setup
- Firebase Console → Project settings → Service accounts → Generate new private key
- In Settings → Integrations, connect Firebase Cloud Messaging and paste the JSON
- On the Push App, use app credentials or link the workspace integration (
fcmIntegrationId)
Expected secrets
project_id, client_email, and private_key.
Step-by-step Android app guide: Configure Android. Platform map: Integrate apps.
See also: APNs BYOK and Push introduction.
