Skip to main content

Push Notification Settings

Manage platform-specific settings required for sending push notifications. Consists of Android and iOS tabs.

Android Push Settings

Settings for sending push notifications to Android devices via Firebase Cloud Messaging (FCM).

FieldDescription
Firebase Private Key JSON FileUpload the Firebase service account private key JSON file. (Required) Used for FCM API authentication.
info

The private key JSON file can be downloaded from Firebase Console > Project Settings > Service accounts > Generate new private key button.

iOS Push Settings

Settings for sending push notifications to iOS devices via Apple Push Notification service (APNs).

FieldDescription
Key IDEnter the Key ID of the APNs authentication key. (Required) Can be found when generating the key in Apple Developer.
Key FileUpload the APNs authentication key file (.p8). (Required) Used for token-based authentication.
info

The APNs authentication key (.p8) and Key ID can be generated and downloaded from Apple Developer > Certificates, Identifiers & Profiles > Keys, by selecting Apple Push Notifications service (APNs). The key file can only be downloaded once at the time of creation, so it must be stored securely.