Let user choose Google Account with expo client?

When a user signs in using:
    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?
Was this page helpful?