joonhocho / react-native-google-sign-in

React Native Wrapper for Latest Google Sign-In OAuth SDK / API
MIT License
211 stars 64 forks source link

"disconnect()" is not revoking the authentication. #87

Open Ajith-Pandian opened 6 years ago

Ajith-Pandian commented 6 years ago

I've used GoogleSignIn.disconnect() & GoogleSignIn.disconnectPromise() to disconnect and revoke the auth. But it is not working. After doing disconnect, I still see the app on Apps with access to your account.

disconnect() is not working as described here.

Any help would be appreciated. Thanks.