Reputation: 340
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.
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.
Upvotes: 0
Views: 392
Reputation: 340
Before, i used flutter_appauth package for request access to google. Now, i change it with google_sign_in package and its working.
Upvotes: 0