firebase-tools icon indicating copy to clipboard operation
firebase-tools copied to clipboard

The Firebase Command Line Tools

Results 420 firebase-tools issues
Sort by recently updated
recently updated
newest added

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...

cleanup: request
help-wanted

`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...

type: feature request
polish
api: extensions

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...

bug

### [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...

emulators: firestore
emulator-suite

### [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)...

type: bug

### [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....

api: functions
help-wanted

### 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...

needs-triage

### [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...

bug

…ffect mutation ### Description ### Scenarios Tested ### Sample Commands

### [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":...

Needs: Attention