Thomas Bouldin

Results 67 comments of Thomas Bouldin

Dates are not part of the [encoding specification for the onCall API](https://firebase.google.com/docs/functions/callable-reference). This is still a reasonable feature request. I'll label it as such.

Great idea! I don't have a timeline for this, but I'll keep it in mind for our roadmap.

I'll admit I'm not used to using converters. It seems like a reasonable workaround would be ``` async (snap, context) => { const action = Model.converter.fromFirestore(snap.data()) } ``` But a...

I don't *think* we require features more advanced than 4.4? Have we tried pushing this on `launch.vnext` to be sure? `ParamsOf` is pretty advanced.

Please ping when I should give this another look.

This is a great use case and should definitely be in our `samples` folder. I think it's both useful and a good litmus test for how we can eventually support...

For Apple, you can also eventually find out from the normal TCP connection because Apple eventually hangs up on you. I wouldn't recommend actually implementing this. Parse used to support...

Could I interest you in Firebase's layer on top of Cloud Functions (known as Cloud Functions for Firebase)? The [`firebase-functions` SDK](https://www.npmjs.com/package/firebase-functions) does three useful things for you: 1. It parses...