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

The Firebase Command Line Tools

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

If you spin up the RTDB emulator, you can do... ``` curl -XPOST -d '"Data!"' localhost:9000/test.json ``` then ``` curl -XGET localhost:9000/test.json ``` These ops succeed but do not trigger...

type: feature request
polish
emulators: database

I was doing some digging trying to find a way to differentiate function logic depending on whether the cloud function is running in the emulator or not. Apparently, we can...

docs
type: cleanup
emulator-suite

Context: we have pretty extensive Firestore security rules and when viewing the emulator coverage report, it gets really difficult to see what went wrong and where due to the sheer...

type: feature request
polish
emulators: firestore
emulator-suite

### [REQUIRED] Environment info **firebase-tools:** `14.4.0` **Platform:** `Windows` **nodejs**: `22` **vscode dataconnect extention**: `1.4.0` ### [REQUIRED] Test case Unable to start up dataconnect emulator. I have been working with it...

type: bug
Needs: Attention
emulator: dataconnect

### \[REQUIRED] Environment info **firebase-tools:** 13.11.0 (also present in latest major v14) **Platform:** macOS 15.3.2 ### \[REQUIRED] Test case We have a custom utility that splits a big batch into...

type: bug
emulators: firestore
reproducible

## Summary Hey there :) First of all, thank you for making the MCP available for us, it has a huge potential to build super powerful flows. Right now I...

api: mcp

### Description Sometimes the storage emulator fails to resolve and the network request remains in a pending state. The problem comes from the java subprocess. When a received chunk includes...

### Description Some clients couldn't discover emulator due to tempdir path being different depending the client, by using ~/.cache/firebase we should have more robust path. ### Scenarios Tested Running dataconnect...