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