firebase-functions icon indicating copy to clipboard operation
firebase-functions copied to clipboard

Fixed issue calling DataSnapshot methods with null data

Open rhodgkins opened this issue 9 months ago • 4 comments

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

rhodgkins avatar Jan 13 '25 13:01 rhodgkins