artberri / cordova-plugin-play-games-services

Cordova Plugin For Google Play Game Service
39 stars 32 forks source link

User sign out #11

Open jb496 opened 4 years ago

jb496 commented 4 years ago

If the user signs out from google play when viewing a leaderboard, the plugin doesn't know and thinks the user is still signed in. an isSignedIn check or auth request will come back true even though the user is not signed out.

this causes a runtime error and crash if you then try to request a leaderboard again.