vue-google-api
vue-google-api copied to clipboard
Fixes #14
Changes the signOut
method to wait for GoogleAuth.disconnect to resolve before resolving itself. This fixes the bug where calling isSignedIn
immediately after awaiting signOut
would return true.