firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### Description There's a limit of 500 operations when submitting a batch operation on Firestore. However, the emulator doesn't enforce this limit and will allow batch operations containing many more...
### [REQUIRED] Environment info **firebase-tools:** 12.9.1 **Platform:** Windows 10 ### [REQUIRED] Test case When executing same transaction completely in parallel (2 executions going in parallel), if both transactions are creating...
Error Adjusting Traffic to Previous Cloud Run Revisions Deployed via Firebase CLI(Cloud Functions)
### Environment info **firebase-tools:** 13.2.1 **Platform:** macOS 14.0 (23A344) ### Test case A Cloud Run service deployed via Cloud Functions, where deployments are triggered through the Firebase CLI. The service...
### [REQUIRED] Environment info **firebase-tools: 11.21.0** **Platform: Windows 10 Pro (WSL2)** ### [REQUIRED] Test case run `firebase emulators:exec --inspect-functions --ui 'npm start'` ### [REQUIRED] Steps to reproduce * create a...
### Description ### Scenarios Tested ### Sample Commands
Hi all, Experiencing an issue with firestore:delete here. Didn't see any current or previous issues when searching. Form completed below. The below issue persists anytime I try deleting collection from...
### [REQUIRED] Environment info **firebase-tools:** 13.1.0 **Platform:** macOS, Ubuntu ### [REQUIRED] Test case ```bash # Step 1: Create a new directory mkdir my-firebase-project cd my-firebase-project # Step 2: Initialize Firebase...
### [REQUIRED] Environment info **firebase-tools:** 13.2.0 **firebase:** 10.8.0 **Platform:** Arch ### [REQUIRED] Test case ``` js createUserWithEmailAndPassword(auth, '[email protected]', 'testing') verifyBeforeUpdateEmail(currentUser, '[email protected]') ``` ``` bash curl http://localhost:9099/emulator/v1/projects/project-test/oobCodes ``` ### [REQUIRED] Steps...
There is already a linux binary published with every release. It would greatly simplify our workflow if a docker image is also published with the release. Most of the CI...