firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
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...
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...
Addresses #6774
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
### [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...
### [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...
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:...
### [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() ===...
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:...