firebase / firebase-functions

Firebase SDK for Cloud Functions
https://firebase.google.com/docs/functions/
MIT License
1.01k stars 202 forks source link

Ugly type safety #1548

Closed inlined closed 2 months ago

inlined commented 2 months ago

Here's the best I could do to make everything type safe without adding any extra any. Personally, I'm not sure if I care to have this be so complicated or if we should have more anys as well. Just if you do choose to shirk type safety, please make sure fields that shouldn't be defined in the non-auth event types don't have the extra fields.

Should possibly extend test for make*Event to test fields other than data.