I have used _react-google-login_ in my react app (created using _create-react-app_) for google single sign on.
I am facing one issue - after logging into my app after successful sign in, if I log out of gmail, I am unable to log out of my react app. Callback function _onLogoutSuccess_ in my react app is not executing if I have already logged out of gmail in other tab.
Also, I want to completely logout of gmail if I click logout from my react app.
NOTE: Logout is working fine if I am already signed in into gmail app. Please help , I have wasted 2 days on this issue.


@anthonyjgrove please do something for me on this. Really hoping to close this ASAP.