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:

  1. Create a Firebase project (with Blaze plan)
  2. Connect our Firebase project to Flutterflow
  3. Add custom code to Flutterflow
  4. (do step 6 first if you already have Supabase users) Create cloud function to make JWT compatible
  5. Connect Firebase to Supabase

You are now ready to use push notifications!

Existing Supabase projects:

  1. (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/