Stefan Pfaffel
Stefan Pfaffel
### Description As discussed in https://github.com/firebase/firebase-tools/issues/4862 it's not possible to disable cors in v2 functions when running in the emulator, because the emulator enables the debug feature for cors overriding...
### [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...
### [REQUIRED] Environment info **firebase-tools:** 11.9.0 **Platform:** Windows ### [REQUIRED] Test case Disable WIFI / unplug ethernet and start the emulator. ### [REQUIRED] Steps to reproduce Disable WIFI / unplug...
Preventing slow startups (> 60s) if no network is available. Tried to pick a reasonable timeout. Currently from Barcelona the NPM commands take 500ms to return. ### Description Fixes #5054...
Package seems to be used widely but can't see a lot of commits in the past :pencil2:. Would be happy to jump in, if you wish. :smirk: Cheers, Stefan
Hi @DinoChiesa we've been using your lib now for almost a year and are pretty happy! We've moved to a little different and more locked down setup now, where our...