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?