[Solve] Error: Failed to list Firebase projects. See firebase-debug.log for more info
You need to login in to firebase CLI, if you already logged in and getting an error then you need to re-login by following commands.
$ firebase login --reauth
It looks like when you upgrade firebase-tools, that may invalidate your auth token. You just have to log out and log back in.
$ firebase logout
$ firebase login
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.
Yes3
No9