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

### [REQUIRED] Environment info **firebase-tools:** v13.15.4 **Platform:** macOS ### [REQUIRED] Test case I'm fairly certain this will work with any function deployed with a workload identity. For example, I have...

type: bug
api: functions
api: extensions

### [REQUIRED] Environment info **firebase-tools:** 13.20.2 **Platform:** MacOS ### [REQUIRED] Test case Write any simple firebase functions using python version 3.11 and try to deploy. ### [REQUIRED] Steps to reproduce...

type: bug
api: functions
Needs: Attention
integration: python

### Related issues ### [REQUIRED] Version info **node:** v18.8.0 **firebase-functions:** firebase function: v2 **firebase-tools:** firebase version: 13.12.0 **firebase-admin:** ### [REQUIRED] Test case 1. Sign up to firebase auth / firestore...

type: feature request
emulators: firestore

`firebase target:apply firestore` does not currently work. However `firebase target:remove firestore` does currently work. This is a request to get `firebase target:apply firestore` working. At the moment we have to...

type: feature request
api: firestore

I am trying to host assetlinks.json file on my Flutter web app using GitHub actions and Firebase hosting. I successfully managed to achieve this in [one of my projects](https://github.com/Kurczaak/deeplinker). Unfortunately,...

type: bug
api: hosting

On my m1 mac, I get the following error when emulating a function with the BigQuery python SDK: ``` > objc[122]: +[__NSCFConstantString initialize] may have been in progress in another...

emulators: functions

### [REQUIRED] Environment info **firebase-tools:** 13.19.0 **Platform:** ANY ### [REQUIRED] Test case Deploy new firebase function in a project with binary-authorization enabled ### [REQUIRED] Steps to reproduce Deploy new firebase...

type: feature request
api: functions

Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.6 and updates ancestor dependency [firebase-admin](https://github.com/firebase/firebase-admin-node). These dependencies need to be updated together. Updates `protobufjs` from 7.2.4 to 7.2.6 Release notes Sourced from protobufjs's releases. protobufjs: v7.2.6...

dependencies

### [REQUIRED] Environment info **gcloud:** v493.0.0 **Platform:** Ubuntu ### [REQUIRED] Test case **package.json** ```json { "version": "1.0.0", "description": "", "main": "lib/index.js", "scripts": { "build": "tsc", "start": "DATASTORE_EMULATOR_HOST=127.0.0.1:8080 node lib/index.js", "start:emulator:old":...

type: bug
emulators: firestore
reproducible

### [REQUIRED] Environment info Hi, I've already extensively documented this on StackOverflow and believe I've found the root of the problem after figuring out how your emulators interoperate. https://stackoverflow.com/questions/78983940/firebase-functions-cannot-determine-backend-specification Please...

type: bug
emulators: functions