Closed solarpush closed 4 months ago
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
Hey @solarpush. I think you meant to run the firebase projects:list
command. I tried running firebase projects:list
using firebase-tools v13.3.1 and no errors were raised.
If you’re still encountering issues, could you try running firebase projects:list --debug
and share the firebase-debug.log
with us? Passing the --debug
flag provides a more detailed log that we can use to check what caused the error.
Hello, I'm sorry for this empty issue, this morning I worked and it happened when I had no time to explain. So I tried again and everything's fine... I think it's because I have a script that updates firebase-tools every time I launch the emulator and maybe npm i -g firebase-tools got an error. I remember to --debug for last issue and add directly in Issue. Thanks for you time.
@aalej I reopen finally I have a time now to help you to reproduce if you have time too.
Hi @solarpush - can you try running firebase login --reauth
and then retrying the failing commands?
Hi @solarpush - can you try running
firebase login --reauth
and then retrying the failing commands?
Yes i have try to : Login:use ... and not working Login:ci not working
But login --reauth have worked
@joehan @aalej thanks you The command : 'Firebase login --reauth' solve the problem for the moment i try this morning all use cases i need but the project switching work properly now with the 13.13.1 version
Informations for reproduce it : npm i -g firebase-tools@13.13.0 firebase use "project-name" (work) npm i -g firebase-tools@13.13.1 firebase use "project-name" (not work )
firebase login --reauth firebase use "poject-name" (work)
I'm running into the same problem. We use firebase-tools appdistribution
in our CI.
Our CI jobs started failing with HTTP Error: 401, Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.
on v@13.13.1.
We pinned the version to @13.13.0 and everything works fine.
Just to verify, the version upgrade give me just short time on the token for every reauth so I am downgrading myself to previous version which worked flawlessly.
After the downgrade it works without even reauthenticating, so there is something fishy going on.
Also running into the same issue. It works after re-authenticating, and then it does not.
Hey all, we made some changes in this past release to better support auth on idx.google.com that I suspect are the cause of this issue. I'm actively working on a fix for this to go out ASAP - in the interim, please either downgrade to 13.13.0 or run firebase login --reauth
Sorry for the inconvience!
We've just released 13.13.2, which should fix this issue. If you continue to see problems, please open a new issue to let us know.
Re @joehan , I worked today on the 13.13.1 package and experienced several disconnections when launching the emulator or other operations. It's possible that I'm using firebase use "project" in different folders and subfolders from the terminal. This wasn't a problem before, but I have the impression that the context is lost when changing path when starting the emulator. If that can help you. thanks
[REQUIRED] Environment info
13.13.1 firebase-tools:
Platform: windows
[REQUIRED] Test case
[REQUIRED] Steps to reproduce
Well i have finaly re-install the 13.13.1 firebase-tools package and it's all. I seen it's an authentication issue.
all commande fails:
[REQUIRED] Expected behavior
Get project information
[REQUIRED] Actual behavior
Debug log