react-native-google-signin / google-signin

Google Sign-in for your React Native applications
https://react-native-google-signin.github.io/
MIT License
3.12k stars 876 forks source link

Prompt Account #1208

Closed marcovirgillo closed 7 months ago

marcovirgillo commented 9 months ago

Hi! Is it possible to show the "prompt account" view every time a user try to log in instead of showing just the first time? (Example here: https://user-images.githubusercontent.com/1544881/61406883-a5fc2400-a891-11e9-8ed0-250250d2c6cc.png)

skizzo commented 9 months ago

I would really need this too.. Any updates, @marcovirgillo ?

marcovirgillo commented 9 months ago

Nope @skizzo. Any solution?

abhidatta0 commented 9 months ago

Found a solution , mentioned in the readme file const googleSignOut = async ()=>{ await GoogleSignin.signOut(); // clear user from local storage }

kormocicsaba commented 8 months ago

Found a solution , mentioned in the readme file const googleSignOut = async ()=>{ await GoogleSignin.signOut(); // clear user from local storage }

Thank you, it's working!

vonovak commented 7 months ago

closed as answered