I can't not use "Continue with google" for create account. I use supabase for users.

Actions & Logic
hello...

I use supabase for user account.

General account registration in my app is working fine. 

However, I still can't create an account with Google.

The steps when creating an account with Google are as follows.

Step 1: Auth
 Log In >> Google

Step 2: Backend Call
Insert Row >> users table

Step 3: Navigation
App Home


>> Step 1 is successfully registered in Supabase auth table.

However, I am unable to proceed to step 2 after completing step 1.

After completing step 1, I am immediately moved to the screen set in Authentication >> Initial Page >> logged in page in the app settings.


* Why is user information not registered in the public users table in step 2, and is moved directly to logged in page?

I would greatly appreciate your reply.
What have you tried so far?
  1. When registering an account, general account registration is completed.

Did you check FlutterFlow's Documentation for this topic?
No