firebase-functions
firebase-functions copied to clipboard
Fixed issue calling DataSnapshot methods with null data
Description
Fixes https://github.com/firebase/firebase-functions-test/pull/254
Fix is similar to the check in #exists():
https://github.com/firebase/firebase-functions/blob/5f7b331abd5a2a38a4e84de1e51411ea5919c0c3/src/common/providers/database.ts#L173