My current app is in the production environment in FF. I have a production supabase project which is connected to the flutterflow via OAuth. Now I want to create a development environment in FF, and I want to connect to a similarly structured but a different supabase project to test out a few things.
The docs in this page https://docs.flutterflow.io/testing/dev-environments
explaine how to connect to two separate Supabase projects by declaring the Supabase URL and the Anon Key as Environment variables, and then getting the schema using those variables.
But with the latest update, the connection to supabase has been done via OAuth and there's no option to use the Environment Variables in the Get Schema page. What is the new workflow for using two separate environments connecting to two separate Supabase projects?
Going back to integration with Supabase API keys (see screenshot) might be a temporary solution, but as mentioned in the screenshot, that feature will also stop working from April 8. With just two weeks to go, there's no point.