googlesamples / google-signin-unity

Google Sign-In API plugin for Unity game engine. Works with Android and iOS.
Other
411 stars 225 forks source link

[QUESTION] How to force account choose #242

Open ArnauKokoro opened 10 months ago

ArnauKokoro commented 10 months ago

Hi,

We would like to know how to force account choose popup every time the user wants to sign in.

Right now, if you sign in with an account, even if you sign out, try to sign in again and it doesn't show the choose popup, instead it sign in right straigth to the last sign in account.

Thanks!

devhyun05 commented 4 months ago

image Hello! when you logout you should call the SignOut() function, then next time, it will popup the account choose window