How to send push notifications to your Flutter apps using Supabase Edge Functions and FCM
Push notifications are an essential part of mobile app development. In this video, Tyler will takes us through how to use FCM with Supabase to send push notifications to your Flutter apps. The app will work by first inserting a new row into the database, which triggers a database web hook, which calls an edge […]
Continue Reading