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 3c78c3a commit 06cbcbaCopy full SHA for 06cbcba
firebase-firestore/src/main/java/com/google/firebase/firestore/remote/RemoteStore.java
@@ -549,7 +549,6 @@ private void raiseWatchSnapshot(SnapshotVersion snapshotVersion) {
549
// mismatches.
550
for (Map.Entry<Integer, QueryPurpose> entry : remoteEvent.getTargetMismatches().entrySet()) {
551
int targetId = entry.getKey();
552
-
553
TargetData targetData = this.listenTargets.get(targetId);
554
// A watched target might have been removed already.
555
if (targetData != null) {
0 commit comments