James Daniels
James Daniels
Thanks for the report. We're looking into supporting middleware soon.
@AdamTeodoro are you talking about security rules?
I understand you're frustrated but please be mindful of the [Code of Conduct](https://github.com/angular/code-of-conduct/blob/master/CODE_OF_CONDUCT.md). We're volunteers here & we have competing demands for our attention.
I'm not sure what you're trying to achieve with that security rule, that 2 seconds must have elapsed from the time that the data was saved? Since you're using server...
It seems Firestore isn't allowing one to override the typings, only allowing types to be inferred [if using a converter](https://firebase.google.com/docs/reference/js/firestore_.firestoredataconverter). Converters are "better" in the sense that you can have...
This is fine, I have a WIP to add better generics support over there.
Are you building for production? E.g, tree-shaking? Otherwise unnecessary modules will not be stripped
It immediately strikes me that you're forcing refresh by passing `true` to `getIdToken`, if you drop that and just call `getIdToken()` does that help?
Unfortunately this is WAI on the backend... minInstances will be respected in Cloud Functions gen2, so long as the revision is routable—this includes the tags made by the Firebase CLI...
@m3tasploit LGTM. Q, does the text content-type repsonse work ok if you always respond with a buffer? Best to avoid conditionals when possible