Let user choose Google Account with expo client?

When a user signs in using:
const r = await authClient.signIn.social({
provider: "google",
callbackURL,
const r = await authClient.signIn.social({
provider: "google",
callbackURL,
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:
Google | Better Auth
Google provider setup and usage.
Jump to solution
3 Replies
zach.codes
zach.codes4d ago
This is because you already auth’d once. If you clear cookies google will prompt you to choose again
Solution
kingitaj
kingitaj4d ago
Google | Better Auth
Google provider setup and usage.
squishycantaloupe
Yes, this is what I was looking for. Thank you!

Did you find this page helpful?