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

### [REQUIRED] Environment info **firebase-tools: firebase login --no-localhost** **Platform: MacOS** ### [REQUIRED] firebase login --no-localhost, But Failed. frank@localhost ~ % firebase login --no-localhost i Firebase optionally collects CLI and Emulator...

type: bug
Needs: Attention

### [REQUIRED] Environment info **firebase-tools:** 12.9.1 **Platform:** Windows / macOS ### [REQUIRED] Test case Run emulator with `--inspect-functions` flag: ``` firebase emulators:start --project demo-project --inspect-functions ``` ### [REQUIRED] Steps to...

type: feature request
emulators: functions
integration: python

### [REQUIRED] Environment info **firebase-tools:**13.0.2 **Platform:** macOS, Ubuntu ### [REQUIRED] Test case Firebase functions that do not update during a deployment with Skipped (No changes detected) will cause an error...

type: bug
api: functions
api: hosting
reproducible

### [REQUIRED] Environment info **firebase-tools:** 13.4.0 **Platform:** macOS 14.2.1, M2 ### [REQUIRED] Test case This can be reproduced in the emulator UI tool itself without any additional code. ### [REQUIRED]...

type: bug
emulators: storage
reproducible

I am encountering an error when attempting to deploy a Firebase function. Despite deleting node_modules and package-lock.json, running npm install, and executing firebase deploy --only functions many times, the build...

type: bug
api: functions
closed-by-bot

### [REQUIRED] Version info **node:** 20 **firebase-functions:**^4.7.0 **firebase-tools:** **firebase-admin:** ### [REQUIRED] Test case Deploy function onCreate event ``` const functions = require("firebase-functions"); exports.purchases = functions.firestore .document("adata/{a}/bdata/{b}/cdata/{c}/ddata/{d}") .onCreate(async (snap, context) =>...

api: firestore

### [REQUIRED] Environment info **firebase-tools:** 13.4.0 (from `npx firebase-tools@latest` from `FirebaseExtended/action-hosting-deploy`) **Platform:** Ubuntu (GitHub actions runner) ### [REQUIRED] Test case ``` npx firebase-tools@latest hosting:channel:deploy your_preview --only stage --expires 5d --project...

type: bug
api: auth
reproducible

### [REQUIRED] Environment info **firebase-tools:**13.1.0 **Platform:**Windows 10 Pro 22H2 ### [REQUIRED] Test case Create a document using `addDoc()`, for example with: ```typescript const data = { id: 'some_id', name: 'name'...

type: bug
emulators: firestore

### [REQUIRED] Environment info **firebase-tools:** 12.6.1 **Platform:** macOS ### [REQUIRED] Test case Run firebase init, select Functions and Emulators, use an existing project, select Typescript, enable linting, install dependencies with...

type: bug
emulators: firestore
Needs: Attention
emulator-suite
emulators: ui

### [REQUIRED] Environment info **firebase-tools:** 13.3.1 (latest) **Platform:** Windows 11 ### [REQUIRED] Test case This has happened 3 times for seemingly random reasons. I cannot reproduce it reliably. ### [REQUIRED]...

type: bug
emulators: firestore