Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnect from Firebase on logout #14

Open
dborkan opened this issue Mar 14, 2015 · 0 comments
Open

Disconnect from Firebase on logout #14

dborkan opened this issue Mar 14, 2015 · 0 comments

Comments

@dborkan
Copy link
Contributor

dborkan commented Mar 14, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant