Android Push Notifications with Supabase and Entrig

Ship native Kotlin push notifications for a Supabase Android app. Set up FCM through Entrig, then define who receives each notification using direct, join-table, or broadcast recipient logic.

10 min read

Capacitor Push Notifications with Supabase and Entrig

Add push notifications to a Capacitor app running on Supabase. Install the Entrig SDK once, then define recipients, triggers, and messages entirely from the dashboard, no native push code.

10 min read

Expo Push Notifications with Supabase and Entrig

Add push notifications to an Expo managed-workflow app with Supabase and Entrig using the config plugin. Build three real group chat notifications with no Edge Functions.

10 min read

iOS Push Notifications with Supabase and Entrig

Build native Swift push notifications for a Supabase iOS app. Configure APNs through Entrig and route notifications using direct, join-table, and broadcast recipient patterns.

10 min read

React Native Push Notifications with Supabase and Entrig

Wire push notifications into a Supabase-backed React Native app with Entrig. Covers device registration, deeplink routing on tap, and three recipient patterns for a group chat example.

10 min read

Flutter Push Notifications with Supabase and Entrig

Add push notifications to a Flutter app backed by Supabase using the entrig package. Configure direct, join-table, and broadcast recipient patterns from the dashboard, no Edge Functions needed.

10 min read

How Push Notifications Work

A clear explanation of how push notifications actually work under the hood: device tokens, FCM, APNS, and the four pieces that make delivery possible.

3 min read