Search code examples
androidfluttergoogle-oauthsupabase

Access blocked: Authorization Error - Google Auth Supabase Flutter Android


I got error when implement supabase authentication using google provider in flutter. It says "Access blocked: Authorization Error". Is there any my mistake or the problem is from google? but another developer experience like me too using their third-party.

Show error

I have checked the credential and oauth screen in google cloud with supabase authentication, but there is no problem. From the code, i follow supabase_flutter documentation.


Solution

  • Before, i used flutter_appauth package for request access to google. Now, i change it with google_sign_in package and its working.