Google auth SignUp failed

Actions & Logic

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.

What have you tried so far?

I read the document again and watch some videos in youtube, but I didn't see the showcase of web application.

Did you check FlutterFlow's Documentation for this topic?
Yes
5
2 replies