Hi everyone,
I'm trying to switch my FlutterFlow project’s Supabase backend from the production branch to a staging branch, and I’ve run into several issues.
❗ My Main Questions:
Is there a supported or safe way to change the Supabase project (branch) in FlutterFlow without breaking the schema or import structure?
Is there any workaround to push backend code changes (e.g.
supabase.dart
, table definitions) that aren’t in the “Custom Code” area?Or should I be recreating the schema cleanly on the new branch and reimporting everything?
Thanks in advance! If anyone has done this successfully or knows how FlutterFlow handles Supabase integration under the hood when switching branches, I'd appreciate your insights.