Skip to main content

Firebase Cloud Messaging (BYOK)

Use your Firebase service account in the Notifique workspace. Sends still go through POST /v1/push/messages; Android delivery uses your Google account.

Setup

  1. Firebase Console → Project settings → Service accounts → Generate new private key
  2. In Settings → Integrations, connect Firebase Cloud Messaging and paste the JSON
  3. On the Push App, use app credentials or link the workspace integration (fcmIntegrationId)

Expected secrets

The JSON must include 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.