Requires the
notifications bundle. App notifications are only available when the notifications bundle is installed on your project. See Bundles to add it.How It Works
Sublay automatically creates notification records when relevant events occur (e.g., someone comments on an entity, someone follows a user). Your app polls or fetches those records and displays them in a notification feed. When push delivery is also needed, a webhook fires at the same time so your backend can forward the event to FCM or APNs.In This Section
Hook
How to use
useAppNotifications — fetch notifications, unread count, and mark as readNotification Templates
Customize the display text for each notification type
Webhook Integration
Forward notifications to push services via webhook
Hooks
useAppNotifications
Full API reference for
useAppNotifications
