FAQ
Answers about Web Push, VAPID, FCM, APNs, subscriber registration, and notification sending.
Yes. The platform includes mobile push credential support for FCM as part of the hybrid push configuration.
Yes. APNs credentials can be configured for iOS delivery in the mobile push settings.
Yes. Browser notifications are supported through Web Push subscriptions and VAPID keys.
No. Firebase service_account.json configures the server only. Your app must call POST /v1/subscribers/register with nativeFcmToken and the same recipientId you use when sending. See the Complete Integration Guide.
Subscribers are registered through /v1/subscribers/register using an API key, recipientId, platform, deviceTransport, and the browser or mobile device token data.