We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec08b8 commit f683ef2Copy full SHA for f683ef2
lib/modules/database/snapshot.js
@@ -22,7 +22,6 @@ export default class Snapshot {
22
this.ref = ref;
23
this.key = snapshot.key;
24
this.value = snapshot.value;
25
- this.exists = snapshot.exists || true;
26
this.priority = snapshot.priority === undefined ? null : snapshot.priority;
27
this.childKeys = snapshot.childKeys || [];
28
}
0 commit comments