How can I log in using Supabase Google Authentication in a local Run?

Integrations

I am using Android Studio along with its Android emulator to run my app. I have migrated from Firebase to Supabase and want to implement Google Authentication using Supabase Auth. When I click the login button, it displays a list of email accounts. However, after selecting an email, the login process does not proceed.

Note: I am using a MacBook.

What have you tried so far?

Pasted this code in terminal keytool -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore

Used android as password

Then pasted the SHA-1 in new android OAuth client ID

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