Let user choose Google Account with expo client?
When a user signs in using:
It automatically logs them in with some default Google account. Is there a way to change this, so users have the option to choose which Google account they can log in with?
Solution:Jump to solution
This might be what you’re looking for
https://www.better-auth.com/docs/authentication/google#always-ask-to-select-an-account...
Google | Better Auth
Google provider setup and usage.
3 Replies
This is because you already auth’d once.
If you clear cookies google will prompt you to choose again
Solution
This might be what you’re looking for
https://www.better-auth.com/docs/authentication/google#always-ask-to-select-an-account
Google | Better Auth
Google provider setup and usage.
Yes, this is what I was looking for. Thank you!