diff --git a/.watchmanconfig b/.watchmanconfig index ad4582d1..dd521fc7 100644 --- a/.watchmanconfig +++ b/.watchmanconfig @@ -4,6 +4,7 @@ "node_modules", "android/build", "android/.idea", + "ios/.idea", "android/.gradle", "android/gradle", ".idea" diff --git a/lib/modules/database/snapshot.js b/lib/modules/database/snapshot.js index 55dfbf09..832fa5cf 100644 --- a/lib/modules/database/snapshot.js +++ b/lib/modules/database/snapshot.js @@ -22,7 +22,6 @@ export default class Snapshot { this.ref = ref; this.key = snapshot.key; this.value = snapshot.value; - this.exists = snapshot.exists || true; this.priority = snapshot.priority === undefined ? null : snapshot.priority; this.childKeys = snapshot.childKeys || []; }