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

firebase list gives refresh token revoked error #137

Closed
brianneisler opened this issue May 18, 2016 · 4 comments
Closed

firebase list gives refresh token revoked error #137

brianneisler opened this issue May 18, 2016 · 4 comments

Comments

@brianneisler
Copy link

When running firebase list i'm given the error

Error: Your refresh token has been revoked, please run firebase login to obtain a new one.

I then logout using firebase logout and log back in via firebase login

Still get the same error afterward.

@mbleigh
Copy link
Contributor

mbleigh commented May 18, 2016

Are you trying to share your credentials between multiple computers? Does this happen every time after you run a command? Are you doing any kind of credential or access management on your Firebase project in between commands?

Typically tokens are only revoked on explicit logout. Not quite sure what's happening here...

@cbraynor
Copy link
Contributor

It's also possible if you have too many machines logging in as the same user, old refresh tokens will be expired. It looks like the current limit is 25: http:https://stackoverflow.com/a/26136111/937583

@mbleigh
Copy link
Contributor

mbleigh commented May 25, 2016

Without more info, I'm not able to reproduce. Please feel free to reopen if you're still having trouble and have some more data for us 😄

@mbleigh mbleigh closed this as completed May 25, 2016
@brianneisler
Copy link
Author

Hi @mbleigh, sorry been busy with work and gave up on this. I got the error after trying to upgrade my library to the 3.0 tools library. I think the problem may have been that I haven't migrated my database to the new 3.0 FB console. Once i downgraded the tools everything works fine again.

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

No branches or pull requests

4 participants