firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### [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 ```...
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:...
### [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...
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...
### [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...
### [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...
### [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...
### [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 {...
### [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:...
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)`  firebase-debug.log...