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 Emulator **Platform:** Firebase CLI 14.4.0 on macOS ### [REQUIRED] Test case ``` from firebase_admin import functions task_queue=functions.task_queue(f"locations/australia-southeast1/functions/a_b_c") ``` ### [REQUIRED] Steps to reproduce ```...

type: bug
emulators: functions

Hi, @abhis3. I'm still experiencing this issue, although, I should add it doesn't happen all that consistantly. Here are the following specs: Device: `MacBook Pro (Retina, 13-inch, Mid 2014)` OS:...

type: bug
emulators: storage

### [REQUIRED] Environment info **firebase-tools:** 14.4.0 **Platform:** macOS 15.5 **NodeJS:** 22.11.0 **Firebase JS SDK:** 11.8.0 **Vitest:** 3.0.6 ### [REQUIRED] Test case I've written a firestore wrapper in typescript. While unit...

type: bug
emulators: firestore

As you know, the default service account for Eventarc, which is used by 2nd generation Cloud Functions (Cloud Run functions), is automatically attached `[PROJECT_NUMBER][email protected]`. However, this service account is not...

type: bug
api: functions
api: extensions

### [REQUIRED] Environment info **firebase-tools:** 13.29.1 **Platform:** macOS ### [REQUIRED] Test case ```ts import { Response } from "express"; import * as functions from "firebase-functions/v2"; import { firestore } from...

type: bug
emulators: firestore
reproducible

### [REQUIRED] Environment info **firebase-tools:** - Firebase Data Connect VS Code/Windsurf Extension: Version 1.4.0 - Flutter: firebase_data_connect: ^0.1.4+1 **Platform:** Flutter : iOS/Android ### [REQUIRED] Test case ``` type Event @table...

type: bug
reproducible
api: dataconnect
emulator: dataconnect

### [REQUIRED] Environment info Firebase version: 14.3.1 **firebase-tools:** Windows **Platform:** ### [REQUIRED] Test case With a screenreader active, such as NVDA, try running ``` firebase init ``` and try configuring...

type: bug
api: core

### [REQUIRED] Environment info **firebase-tools:** 13.25.0 **Platform:** macOS Sequioa 15.1 ### [REQUIRED] Test case `storage.rules` minimal file with [closed access](https://firebase.google.com/docs/rules/insecure-rules#closed_access): ``` rules_version = '2'; service firebase.storage { match /b/{bucket}/o {...

type: bug
api: storage
emulators: storage
reproducible

### [REQUIRED] Environment info **firebase-tools:** v14.4.0 **Platform:** macOS ### [REQUIRED] Test case NA ### [REQUIRED] Steps to reproduce 1. Create new firebase project with `dataconnect` enabled 2. Run following command:...

type: bug
emulator: dataconnect

I am getting this error every time I initiate firebase functions with python python --version: `Python 3.13.3` OS: `window 11` pip --version: `pip 25.1.1 from C:\Python313\Lib\site-packages\pip (python 3.13)` ![Image](https://github.com/user-attachments/assets/d9d90a59-b9da-450a-ae95-5ded2b3f46c9) firebase-debug.log...

api: functions
integration: python
triaged