Using firebase-functions with Node and exports.foo = functions.database.ref('/object').onWrite(event => {});.
I can deploy to the cloud and test just fine ... and I can easily test http-type functions locally using firebase serve --only functions.
However, I don't see a way to test triggers locally. Is it possible? How?