May 28, 2021
Awesome, thanks for the tricks.
How do you deal with Firestore hooks, is there a way to get it typed somehow?
Since it doesn't seem to exist a withConverter for hooks?
```ts
exports.foo = functions.firestore
.document(foo)
.withConverter...
.onCreate(foo);
```