firebase / firebase-functions-test

MIT License
232 stars 48 forks source link

Support Params as inputs in eventTrigger #168

Closed TheIronDev closed 1 year ago

TheIronDev commented 1 year ago

The api of the manifest changed in firebase-functions@3.23. Some inputs have been updated to be T | Expression<T>.

Description

The api of the manifest changed in firebase-functions@3.23. Some inputs have been updated to be T | Expression<T>.

Code sample