How to refresh currentUser after Google Oauth2 sign-in?
Hi all,I've successfully implement Google sign-in, to the point where I get the userInfo object and idToken.Reloading currentUser (firebase auth) does not update the sign-in status. Is that possible?