Introduction
Entrig delivers push notifications to your mobile app based on events in your Supabase database. You define when to trigger and who to notify. Entrig handles the rest.
Who it is for
Entrig is for mobile developers building apps on Supabase who need push notifications driven by database events, such as:
- A message arriving for a user
- An order status changing
- A task being assigned
- An admin broadcasting an announcement
Supported platforms
| Platform | SDK |
|---|---|
| Android | Available on Maven |
| iOS | Available via Swift Package Manager |
| React Native | @entrig/react-native on npm |
| Flutter | entrig_flutter on pub.dev |
| Capacitor | @entrig/capacitor on npm |
Notifications are delivered via Firebase Cloud Messaging (FCM) for Android and Apple Push Notification service (APNs) for iOS.
What you need to get started
- A Supabase project
- An FCM or APNs credential (or both)
- The Entrig SDK integrated in your app