mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-24 04:24:52 +08:00
Fixes #2448
This commit is contained in:
@@ -58,6 +58,7 @@ export default class DatabaseDataSnapshot {
|
||||
if (value === undefined) {
|
||||
value = null;
|
||||
}
|
||||
|
||||
const childRef = this._ref.child(path);
|
||||
|
||||
return new DatabaseDataSnapshot(childRef, {
|
||||
|
||||
Reference in New Issue
Block a user