DNZ Digita

FAQ

Push Notifications FAQ

Answers about Web Push, VAPID, FCM, APNs, subscriber registration, and notification sending.

Does DNZ Notifications support FCM?

Yes. The platform includes mobile push credential support for FCM as part of the hybrid push configuration.

Does it support APNs?

Yes. APNs credentials can be configured for iOS delivery in the mobile push settings.

Can I send browser notifications?

Yes. Browser notifications are supported through Web Push subscriptions and VAPID keys.

Is uploading Firebase JSON enough to receive push?

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.

How are subscribers registered?

Subscribers are registered through /v1/subscribers/register using an API key, recipientId, platform, deviceTransport, and the browser or mobile device token data.

Related links

Support