When you sign out the currently signed-in user with:
gapi.auth2.getAuthInstance().signOut();
And then call:
gapi.auth2.getAuthInstance().signIn();
The previously signed-in user will automatically get signed in again.
How do I instead show the option to sign in with a different Google account? Does signOut() not actually sign out the user?