firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
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...
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...
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...
### [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...
### \[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...
## 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...
### 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...