Google Auth in FlutterFlow via self-hosted SupaBase is coming back without any AuthenticatedUser values populated and not redirecting correctly

Database & APIs

I am using self-hosted SupaBase (SB) to authenticate user in FlutterFlow (FF) and managed to get through whole Google Auth process. Sucessfully creating user in SB, getting though hanshase with Google API, but when user gets back to my Web App, they seem to be marked as "aureAuthenticated=true" in FF, but I can not see any values in "AuthenticatedUser" options, e.g. Email, UserID, JWT Token.

Additionally, I have set auth user landing page and the redirect is not being triggered.

Have you encountered this issue before and have you implemented social auth in FlutterFlow via self-hosted Supabase?

What have you tried so far?
  • Changing .env file with various configs

  • Resolving potential CORS issue

  • Contacting several FF developers for advise

  • Searched internet for same problem

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