firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [REQUIRED] Environment info Windows OS **firebase-tools:**Current Firebase CLI windows binary installer **Platform:**Windows 10/11 x64 ### [REQUIRED] Test case Missing/Bad installer Signing Certificate? ### [REQUIRED] Steps to reproduce Executing current...
### Description Fixes https://github.com/firebase/firebase-tools/issues/4959. It appears the emulator doesn't send `x-goog-upload-status` in `finalizeOneShotUpload`, and the Firebase JS SDK expects this header to be set otherwise crashes with a "unknown error"....
I am trying to redeploy my cloud function v2 with a slightly different configuration. My goal is to enable CPU allocation at all times rather than not having CPU allocated...
### [REQUIRED] Environment info **firebase-tools:** 8.4.0 **Platform:** MacOS ### [REQUIRED] Test case n/a ### [REQUIRED] Steps to reproduce - start the emulator with --import to preload an already exported data...
### Description Updated a bunch of dependencies to address some open vulnerabilities. I included all the non breaking updates suggested by `npm audit`. Additionally, I included a major updated to...
### Environment info **firebase-tools:** 10.1.5 **Platform:** Windows **Node:** 12.21.0 ### Test case Problem occurs only in Firebase emulator with functions that take more than 120 seconds of processing. I have...
### Description Related to https://github.com/firebase/firebase-tools/issues/3528 This allows specifying the schema for validation and completion like so: ```json "$schema": "./node_modules/firebase-tools/schema/firebase-config.json", ``` Without getting an error about `$schema`. ### Scenarios Tested ###...
Follow up to https://github.com/firebase/firebase-tools/pull/3505 TODO: - [ ] Publish the schema somewhere - [ ] Include `$schema` in `firebase.json` templates - [ ] Make schema errors more visible in the...
### [REQUIRED] Environment info **firebase-tools: 11.8.0** **Platform: macOS** ### [REQUIRED] Test case Initialize firebase selecting storage without a default project. ### [REQUIRED] Steps to reproduce 1. firebase init 2. select...
### Environment info **firebase-tools:** 11.6.0 **Platform:** Windows 11 ### Test case Tasken from [this question on StackOverflow](https://stackoverflow.com/questions/73373895/how-do-i-emulate-enqueuing-a-google-cloud-task-from-inside-a-firebase-function). I'm using the Firebase Emulator to emulate Firebase's Firestore, Functions and Authentication. By...