aalej
aalej
Hey @jangop, thanks for reaching out and providing a detailed report! I was able to reproduce the behavior you mentioned. Just to note, one thing I noticed is that during...
Hey @tai-bo, thanks for reaching out. It looks like this might be a similar issue to [#7884](https://github.com/firebase/firebase-tools/issues/7884). Cloud Tasks enforces a naming limitation to Queue IDs, and since we use...
Hey @andreibarabas, thanks for the detailed report and sharing your observations! I was able to reproduce the issue you mentioned. Sharing the [mcve](https://github.com/aalej/issues-7629) here. Let me raise this to our...
From what I can gather, this seems to be an issue with the Firebase Emulator UI. When user email is updated to verified via the emulator UI, the token becomes...
Hey @skillitzimberg, thanks for reaching out and for providing a detailed report. Let me know if I may have misunderstood anything, but from what I can gather, you are encountering...
Hey @paulpv, thanks for the detailed report. I was able to reproduce this issue when using PowerShell, however, when I tried using Command Prompt, the command `firebase emulators:start --only firestore,hosting`...
Awesome! It’s good to hear that the command now works. For now, I’ll go ahead and close this issue as it’s solved. Though, I’ll bring this up to our engineering...
Quick update, re-opening this issue. Discussed this with our engineering team and we think we could add some logic to handle how PowerShell treats commas. I'll change the title of...
Adding info here. From issue #8748, this also occurs when deploying. On PowerShell, it seems like the command ``` firebase deploy --project default --only functions:myfn1,functions:myfn2 ``` is being treated as...
Hey @vuld0, thanks for creating a detailed report. We’ve seen the error `User code failed to load. Cannot determine backend specification` occur when trying to load large codebases. Since the...