This commit is contained in:
ehesp
2019-08-07 10:54:38 +01:00
parent 18a3023901
commit b1d140cfc7
3 changed files with 3 additions and 5 deletions

View File

@@ -58,6 +58,7 @@ export default class DatabaseDataSnapshot {
if (value === undefined) {
value = null;
}
const childRef = this._ref.child(path);
return new DatabaseDataSnapshot(childRef, {