firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
I am trying to run "npm install -g firebase-tools" command on linux OS but it gives me the above error every time.On the other hand when I try to run...
`firebase emulators:exec` should pass down the arguments from command line. For example ``` json "scripts": { "test": "firebase emulators:exec --only firestore --project sample 'jest --runInBand'", } ``` If I run...
Hi. The package size is greater than the size of all other packages in the sum for each project. ### [REQUIRED] Environment info **firebase-tools:** 10.6.0 **Platform:** macOS ### [REQUIRED] Test...
### [REQUIRED] Environment info **firebase-tools:** ```$ firebase --version 7.13.0 ``` **Platform:** ``` $ uname -a Linux 7u 5.4.5-050405-generic #201912181630 SMP Wed Dec 18 16:33:40 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux...
### [REQUIRED] Environment info **firebase-tools:**7.16.1 **Platform:**Windows ### [REQUIRED] Test case Just write a rule using a get or getAfter on a non existant doc. For instance: allow update: if get(/databases/$(database)/documents/doc/doesnot/exist)...
firebase deploy --only function:somefunction does not give an error if this function does not exist
### [REQUIRED] Environment info **firebase-tools:** 9.16 **Platform:** macOS ### [REQUIRED] Test case The test case is to just try deploying a single function that is not in the project directory....
### Related issues ### [REQUIRED] Version info **node:**14 **firebase-functions:**3.21.2 **firebase-tools:**11.1.0 **firebase-admin:**10.0.2 ### [REQUIRED] Test case Follow the steps to reproduce below for a test case ### [REQUIRED] Steps to reproduce...
### [REQUIRED] Environment info Tools v11.1.0 **firebase-tools:** **Platform: MacOS** ### [REQUIRED] Test case Loading any kind of production seed makes the emulator UI timeout. ### [REQUIRED] Steps to reproduce Load...
…ffect mutation ### Description ### Scenarios Tested ### Sample Commands
`functions.ignore` - pattern negation doesn't work. When ! is used then all the files are excluded.
### [REQUIRED] Environment info **firebase-tools:** 8.10.0 **Platform:** macos 10.15.16 ### [REQUIRED] Test case 1. Create a `firebase.json` file with the following content: ``` json { "functions": { "source": ".", "ignore":...