I want to implement the Google one-click registration and login feature. I followed the document's process, set up the create account and insert logic for the Supabase user table on the Google login button, and I have successfully called Google's API. However, only new data is in the auth.users table in Supabase, and there is no new data in my users table.
I strongly suspect that the Supabase redirect logic is causing the Google login button in flutterflow to not implement the function of inserting data into the user table.