#Can't change account with google authentication provider on React Native

5 messages · Page 1 of 1 (latest)

twin flicker
#

So, when I first connect with a google account, it works but then if I want to switch to another google account I cannot because I don't even get the choice to change the google account because it automatically detect the first google account even after signout function

There is a preview in gif

Thanks
@inner bramble

inner bramble
#

@twin flicker, thanks for making this! Looking into and repro steps. Will follow up.

jagged nacelle
#

I'm having the same issue

twin flicker
#

Hey y'all. Kinda have an update regarding this. For the signIn with redirect you have to set preferPrivateSession to true

#
        provider: 'Google',
        customState: 'social',
        options: {
          preferPrivateSession: true,
        },