firebase-tools
firebase-tools copied to clipboard
The Firebase Command Line Tools
### Description PR updates the `portfinder` dependency to the latest version, which brings in updates to the transitive dependencies `async`, `debug`, and `mkdirp` to their latest versions (that are supported...
### [REQUIRED] Environment info **firebase-tools:** 7.15.0 & 7.15.1 **Platform:** macOS 18.7.0 Darwin Kernel Version 18.7.0: ### [REQUIRED] Test case ```typescript export const pubsubScheduled = functions.pubsub .schedule('every 1 minutes') .onRun(context =>...
### Description Fixes a bug (#3915) where promises would not resolve on rapid calls to the emulator. The root case appears to be that in Node, there is a limitation...
Running `firebase emulators:start` in local folder, with i18n rewrites, following the example found in this document: https://firebase.google.com/docs/hosting/i18n-rewrites#priority-order-example Browsing to `localhost:5000/` Changed cookie to `fr` -> displays the correct `fr/index.html` Browsing...
### Description Fixes issue where blocked uploads from the android sdk crash the storage emulator ### Scenarios Tested Tested manually from the android sdks and modified integration tests to accommodate...
When I trigger `functions.auth.user().onCreate` the `user.providerDara` param returned is different in Emulator and Cloud. - On emulator the user.providerData looks following doc: {"providerId":"phone","phoneNumber":"+5521983487233","rawId":"+5521983487233"} - And same record on cloud looks:...
While having two separate codebases (one for v1 and the other one for v2 functions), it is very frustrating that whenever I run `firebase emulators:start --only functions:${codebase-name}`, it initializes all...
### [REQUIRED] Environment info **firebase-tools:** `11.4.2` **node --version:** `v16.16.0` **Platform:** `MacOS Monterey 12.5, MacBook Pro Apple M1 Max, 64 GB` ### [REQUIRED] Test case Repro: https://github.com/vojdan/firebase-memory-leak Look at Issue 1...
### [REQUIRED] Environment info **firebase-tools:** ^11.4.1 **Platform:** Windows ### [REQUIRED] Test case ATM the emulator sets the following env vars https://github.com/firebase/firebase-tools/blob/5fc562dc39b1e1c7f171971803e1329226cb059c/src/emulator/functionsEmulator.ts#L1149-L1152 which leads to the fact that an application cannot...