This guide simplifies notifications in Flutterflow when using Supabase as a backend. This method allows you to use Flutterflow features like push notifications, Firebase authentication and normal Supabase actions.
STEPS:
- Create a Firebase project (with Blaze plan)
- Connect our Firebase project to Flutterflow
- Add custom code to Flutterflow
- (do step 6 first if you already have Supabase users) Create cloud function to make JWT compatible
- Connect Firebase to Supabase
You are now ready to use push notifications!
Existing Supabase projects:
- (optional) Create function to create existing Supabase users in Firebase
1. Create Firebase project
You can follow the Flutterflow steps for this. Nothing special, we just need a project on Blaze plan.
https://docs.flutterflow.io/integrations/firebase/connect-to-firebase/