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

The emulator works fine if I launch it while connected to the internet and then go offline, but not if I try to start it while disconnected from the internet....

type: feature request
emulator-suite
internal-bug-filed
help-wanted

### [REQUIRED] Environment info - firebase-tools: 11.3.0 - Platform: Cloud Build; same GCP project as the Firebase project ### [REQUIRED] Test case - deploy a Firebase project with Cloud Functions,...

type: bug

### [REQUIRED] Environment info **firebase-tools:** 9.21.0 ``` bash java 17.0.1 2021-10-19 LTS Java(TM) SE Runtime Environment (build 17.0.1+12-LTS-39) Java HotSpot(TM) 64-Bit Server VM (build 17.0.1+12-LTS-39, mixed mode, sharing) ``` **Platform:**...

emulator-suite
platform: windows
help-wanted

### [REQUIRED] Environment info **firebase-tools:** 11.3.0 **Platform:** macOS ### [REQUIRED] Test case ``` { "name": "@all-aboard/firebase", "version": "0.0.0", "private": true, "scripts": { "build:watch": "tsc --watch", "build": "tsc", "clean": "rm -rf...

bug

A number of developers were using a script to push single file artifacts to hosting. Their script recently broke due to the removal of an internal API it relied on....

### [REQUIRED] Environment info **firebase-tools:** 9.12.0 **Platform:** OS Name - Microsoft Windows 10 Pro Version - 10.0.19042 Build 19042 ### [REQUIRED] Test case Download firebase-tools-instant-win.exe from https://firebase.tools/bin/win/instant/latest The run the...

type: bug
firepit

This has been mentioned in some other issues (did not find them..), but still remains at least for this one case. **Expected behavior** Whenever there is an error in launching...

bug

[firebase-debug.log](https://github.com/firebase/quickstart-nodejs/files/4795530/firebase-debug.log) Cloud Firestore emulator quickstart I am getting the Timeout error running the ````emulators:exec```` command on an unchanged project. I tried other ports ````8081, 8082```` and ```` $ sudo firebase...

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

When you fetch data using the firebase/firestore library in a browser, the request will appear in the monitor. However, when subscribing to changes via the onSnapshot method, somehow multiple identical...

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

### [REQUIRED] Environment info **firebase-tools:** 11.1.0 **Platform:** MacOs ### [REQUIRED] Test case The code below does not error locally with the emulator, but errors when targeting the cloud db. ```js...

bug