You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently on logout, we don't disconnect from the Firebase server.
I've tried calling Firebase.goOffline() in logout, however a side effect of this is that future login attempts for the same social provider fail (authWithOAuthToken never invokes it's callback). We should figure out why this had been happening, and call Firebase.goOffline() in order to free up Firebase connections so we don't hit our quota.
The text was updated successfully, but these errors were encountered:
Currently on logout, we don't disconnect from the Firebase server.
I've tried calling
Firebase.goOffline()
in logout, however a side effect of this is that future login attempts for the same social provider fail (authWithOAuthToken
never invokes it's callback). We should figure out why this had been happening, and callFirebase.goOffline()
in order to free up Firebase connections so we don't hit our quota.The text was updated successfully, but these errors were encountered: