Account creation with Supabase does not work properly with Google Auth

Integrations

Kind regards to all,

I am using the account creation action with Supabase and Google and I have a problem that this action automatically navigates to the Home page of my application, even though I have automatic navigation disabled. This is problematic for me because after the account creation action I need some form data to be inserted into my public.users table. What is happening for Supabase is that the account is created in the default auth.users table, but the data is not inserted into my custom public.users table, so the user registers without properly having the complete registration .

Likewise, so far the registration action with Supabase is only working on the web. On Android nothing happens despite having everything properly configured.

What have you tried so far?

I tried creating a custom action instead of using Flutterflow's default action to create the account with Supabase. And yet, there is still automatic navigation to Home, despite not having any action for it. I wonder if this is a Flutterflow bug.

Did you check FlutterFlow's Documentation for this topic?
Yes
3
6 replies