Google Auth using Supabase not inserting row in public.users table.

Actions & Logic

I have done the exact steps to setup Google auth in Flutterflow using Supabse, when tapped for account creation from the signup page the user is added successfully to auth.Users table.
I have another table in public named userprofile which has a foreign key of UUID with the Users table in auth.
When I only added email, both rows got updated every time, but in Google auth only the AUTH.USERS is updating not the PUBLIC.USERPROFILE.

is this a bug? or isn't integrated yet?
Note: RLS of userprofile is disabled, insert row action added after createaccount/login action

What have you tried so far?

Done the process again to make sure no step is missed. Referred to Youtube videos as the same steps were performed by each one of them.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
1 reply