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

Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together. Updates `cookie` from 0.5.0 to 0.7.1 Release notes Sourced from cookie's releases. 0.7.1 Fixed Allow leading dot for domain...

dependencies

Bumps [webpack](https://github.com/webpack/webpack) from 5.90.1 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...

dependencies

Bumps [svelte](https://github.com/sveltejs/svelte/tree/HEAD/packages/svelte) from 4.2.14 to 4.2.19. Release notes Sourced from svelte's releases. [email protected] Patch Changes fix: ensure typings for <svelte:options> are picked up (#12902) fix: escape < in attribute strings...

dependencies

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8. Release notes Sourced from micromatch's releases. 4.0.8 Ultimate release that fixes both CVE-2024-4067 and CVE-2024-4068. We consider the issues low-priority, so even if you...

dependencies

### Description Modernized 'use.ts' to use async/await, and make `firebase use` work when not logged in. In cases where users don't actually have access to the project, they'll hit normal...

Closes: 4795 ### Description Fixes https://github.com/firebase/firebase-tools/issues/4795#issuecomment-2393788829 When deletion of a `pubsub.schedule` Cloud Function partially fails, manual interaction is required to fully delete the function. In my case, deletion of the...

### [REQUIRED] Environment info **firebase-tools:** 13.20.0 **Platform:** Debian on WSL2 ### [REQUIRED] Test case ```javascript // functions/index.js const { runWith } = require("firebase-functions/v1"); const { params } = require("firebase-functions"); exports.f...

type: bug
api: functions
reproducible

#### Problem: I’m encountering an issue when integrating the `googleapis` library in my Firebase Cloud Function, specifically with the Google Drive API. After adding the global `googleapis` import, both the...

type: bug
api: functions
Needs: Attention
emulators: functions

### Description Add Remote Config support to the Emulator Suite. The RC Emulator will allow developers to locally emulate different Remote Config parameter values and see the impact on their...

### Description ### Scenarios Tested ### Sample Commands