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

I want to deploy a project with a Node module on a private registry added as a dependency. I configured `.npmrc` following: ``` //npm.pkg.github.com/:_authToken=${NPM_TOKEN} @scope:registry=https://npm.pkg.github.com ``` However, I cannot pass...

type: feature request
api: functions

Auth context support has only been available for RTDB 1st gen functions — until now! The Firestore and Eventarc teams have recently added support for Firestore Cloud Events to include...

### Related issues ### [REQUIRED] Version info **node:** v16.20.0 **firebase-functions:** 9.16.0 **firebase-tools:** 12.4.0 **firebase-admin:** 11.8.0 ### [REQUIRED] Test case When I do a `npx firebase deploy`, there seems to be...

Needs: Attention
integration: web frameworks

fixing grammar for setup -> set up

### [REQUIRED] Environment info **firebase-tools:** 11.23.1 **Platform:** ubuntu ### [REQUIRED] Test case 1. Initialize project 2. Uncomment `helloWorld` function and make it `runWith` any secret 3. Add `functions/.secret.local` containing a...

type: bug
emulators: functions

### [REQUIRED] Environment info **firebase-tools: 13.12.0** **Platform: macOS** ### [REQUIRED] Test case A firebase function that depends on a secret. E.g. ``` export const processUploadedFile = functions .region(FUNCTION_REGION) .runWith({ secrets:...

type: bug
Needs: Author Feedback
emulators: functions

### Description Added support for native events within the event arc emulator and ### Scenarios Tested In a firebase functions project, created the following function: ```javascript export const handlePerformanceAlert =...

**firebase-tools:** 13.5.2 **Platform:** macOS Sonoma 14.3.1 **[REQUIRED] Test case** I followed the instructions in the [Install, configure and integrate Local Emulator Suite](https://firebase.google.com/docs/emulator-suite/install_and_configure) guide. When I start up the emulators by...

type: bug
emulator-suite
emulators: ui
reproducible

REQUIRED] Environment info firebase --version 13.11.2 firebase-tools: NA Platform: Ubuntu [REQUIRED] Test case curl -sL https://firebase.tools/ | bash [REQUIRED] Steps to reproduce curl -sL https://firebase.tools/ | bash [REQUIRED] Expected behavior...

type: bug
api: appdistribution