App push notifications
Let app users subscribe to push notifications about new content. Set up Firebase Cloud Messaging, integrate subscribe and unsubscribe in your app, and trigger pushes from your CMS or server.
OverviewView as Markdown
In this section
- Basic setupCreate a Firebase service account key and send it to Subrite, create M2M tokens for the app (Push Subscription) and the server (Push Content), and decide whether to discard topics.
- App integrationGet the device FCM token, subscribe and unsubscribe devices with optional topics, link a subscriber to a logged-in member, and report when a user opens the app from a notification.
- Content server integrationDispatch a push notification from your CMS or server with an M2M token, use topics as an audience filter, and read campaigns and delivery stats back from the Subrite API.