firebase / firebase-functions-test

MIT License
232 stars 51 forks source link

Add MockCloudEvents for RTDB-V2 #156

Closed TheIronDev closed 2 years ago

TheIronDev commented 2 years ago

This commit is a follow-up to firebase-function's addition of rtdb-v2.

This commit must wait for the RTDB-V2 updates to be published on npm.

inlined commented 2 years ago

Is this ready for re-review? Also, unfortunately the V4 SDK is going to change the types of what you're forwarding and returning. We might want to target that and hold off on the current release.

TheIronDev commented 2 years ago

Is this ready for re-review? Also, unfortunately the V4 SDK is going to change the types of what you're forwarding and returning. We might want to target that and hold off on the current release.

The branch is unblocked, but this is not ready for re-review.

I'll take a look this weekend to clean things up, but I'll need to check and see how V4 mucks with what I wrote.

TheIronDev commented 2 years ago

It is ready for re-review now (sorry for the loooooooong delay)