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

npm run test:extensions-emulator ``` Run `npm audit` for details. CF3 and Extensions emulator 1) "before all" hook for "should call a CF3 HTTPS function to write to the default Storage...

type: bug
emulators: extensions

There's a process leak after running test:import-export for example, see this `px aux` output below: ``` christh+ 2170060 14.3 0.1 11478112 126260 pts/1 Sl 15:25 0:03 node /usr/local/bin/firebase emulators:start --project...

type: bug
emulators: storage

Bumps [ip](https://github.com/indutny/node-ip) from 2.0.0 to 2.0.1. Commits 3b0994a 2.0.1 32f468f lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=2.0.0&new-version=2.0.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies

### [REQUIRED] Environment info **firebase-tools: 13.3.0 **Platform: ** Linux Docker Container ### [REQUIRED] Test case Create a docker container with the following Dockerfile ``` FROM node:18-alpine RUN apk add openjdk11...

type: bug
emulators: database

### [REQUIRED] Environment info **firebase-tools: 13.3.0** **Platform: Windows** ### [REQUIRED] Test case Angular SSR project using @ngx-env/builder and Firebase Hosting. [angular.json](https://github.com/firebase/firebase-tools/files/14315580/angular.json) [firebase.json](https://github.com/firebase/firebase-tools/files/14315583/firebase.json) [package.json](https://github.com/firebase/firebase-tools/files/14315596/package.json) ### [REQUIRED] Steps to reproduce 1. Create...

type: bug
integration: web frameworks

Bumps [undici](https://github.com/nodejs/undici) from 5.28.2 to 5.28.3. Release notes Sourced from undici's releases. v5.28.3 ⚠️ Security Release ⚠️ Fixes: CVE-2024-24758 Proxy-Authorization header not cleared on cross-origin redirect in fetch Full Changelog:...

dependencies

### [REQUIRED] Environment info **firebase-tools:** 12.0.1 **Platform:** Windows ### [REQUIRED] Test case `.env.test` ``` IS_TEST=true ``` `environment.ts` ```typescript const environmentVariable_IsTestEnvironment = defineBoolean('IS_TEST') export function isTestEnvironment(): boolean { return environmentVariable_IsTestEnvironment.value() ===...

type: feature request
api: functions

Firebase CLI isn't considering `python --version` to inform rather than just assume latest. Instead, I get cryptic errors like this: ``` functions: Failed to load function definition from source: FirebaseError:...

api: functions