Supabase Google/Apple Auth providers missing in new FlutterFlow Supabase OAuth integration
Hi everyone,
I’m currently blocked while setting up Google + Apple login with Supabase Auth in a FlutterFlow project.
The project is connected to Supabase through the new “Connect with Supabase OAuth” flow. The Supabase integration shows as connected/healthy and the selected Supabase project is correct.
However, in:
App Settings → Authentication
I only see:
Enable Authentication
Authentication Type: Supabase
Initial Page / Logged In Page
Specific Login Instructions
I do not see the expected Supabase Authentication provider section where I can enable:
Google Authentication
iOS Client ID
Web Client ID
Apple Authentication
Because of that, in the Action Flow editor, the Supabase Auth → Log In action only offers Email as provider. Google and Apple are not available.
The Issues panel shows:
Auth action type must specify provider
Auth provider null is not supported for Supabase Authentication.
My question:
Where do I enable Google and Apple Supabase Auth providers in the new FlutterFlow Supabase OAuth integration?
More specifically:
Is the old “Supabase Authentication” provider section still supposed to appear?
If yes, why might it be missing?
Is there a new location for Google/Apple provider setup?
Is this a project migration issue, UI bug, or expected behavior?
How do I make Google/Apple appear in the Supabase Auth action provider dropdown?
Screenshots I can provide:
New project: App Settings → Authentication without provider section
New project: Integrations → Supabase connected/healthy
New project: Self-hosted tab saying API keys are no longer permitted
Action Flow provider dropdown showing only Email
Issues panel with provider=null error
Older working project where Google/Apple toggles are visible
Any guidance would be appreciated. This currently blocks Google/Apple login wiring entirely.
Best,
Julian