Thomas Bouldin

Results 67 comments of Thomas Bouldin

@colerogers, can you look into this since you know the storage functions emulator best? @chrisle and @johnnyoshika is this happening to you in prod as well or just in the...

Unfortunately, because we clean up your docker image after deploy to save your money, you cannot edit the Run service without providing a new image. This feature should work and...

We could try to add some smarts where we catch a 401 response code and add a note that the failure is due to a permissions error. I'd possibly call...

the bucket and object name will always be present. We will fix the typing for this in upcoming SDK 4.0.0

The Firebase Realtime Database was the original Firebase product as a whole, let alone predating Firestore, so the client and admin SDK for JS put the realtime database SDK in...

CC @devlucem , this will be the new home for firebase-tools#3891

Will this be resolved any time soon? We're going to have to yank `no-unresolved` from our Google code samples because it can no longer handle our SDKs.

We _are_ using `main`. We also use `exports` for submodule paths so we can omit the `lib` folder generated by TypeScript. For example, `./lib/v2/providers/https.js` is exported at `./v2/https`. See github.com/firebase/firebase-functions...

We control our execution environment and do not need to be backwards compatible to versions that don't support exports (every supported LTS of Node supports exports). Also, putting a root...