Thomas Bouldin
Thomas Bouldin
I'm overjoyed to announce that params are included in yesterday's release of 4.0.0! Here's an (overly) parameterized version of our uppercase sample: ```js import { defineString, defineBoolean, gcloudProject } from...
People probably weren't tracking a list of breaking changes to make on the next major version bump. I've created such a hotlist. We'll probably keep the `export * from` but...
I wonder if we should define `RecursivePartial` as demonstrated [here](https://stackoverflow.com/questions/41980195/recursive-partialt-in-typescript) (maybe in `index.ts`) and then use that in UserRecord and others. What do you think about that?
We're looking at getting staffing for this. It will probably be a few more months at least.
As you may have heard leaks online, funding for projects at Google have gotten pretty tight. This is currently funded only for 20% work, which we have no volunteers for...
Sorry, my manager-speak is showing. "Funding" means "I allocate X engineers for Y months on Z project instead of A B or C". When we don't have enough engineers to...
For clarification, are these failures longstanding issues or regressions as of a recent version of `firebase-tools`? We did some major refactoring recently and it's possible we have a regression for...
Will close soon if nobody is still experiencing issues.
We will prioritize looking into this soon. There will be a three pronged strategy: 1. Fixing the "invalid source token" problem, which occurs when function deploys take a very long...
We've currently launched (but not well documented or added wizzard support for) codebases. With codebases you can have multiple directories of Cloud Functions. Simply create a firebase.json fragment that looks...