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

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

type: bug
emulators: firestore
emulator-suite
internal-bug-filed

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

type: bug
emulators: firestore

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

type: bug
api: functions

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

type: bug
platform: windows
emulators: functions
emulators: extensions

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

type: bug
api: firestore
reproducible

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

type: bug
api: hosting
reproducible

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

type: feature request
emulators: auth

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

type: feature request
emulator-suite