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 6cb8e85 commit c8d1e53Copy full SHA for c8d1e53
firebase-firestore/src/main/java/com/google/firebase/firestore/local/IndexFreeQueryEngine.java
@@ -95,9 +95,7 @@ && needsRefill(
95
return previousResults.insertAll(updatedResults);
96
}
97
98
- /**
99
- * Returns the documents for the specified remote keys if they still match the query.
100
- */
+ /** Returns the documents for the specified remote keys if they still match the query. */
101
private ImmutableSortedMap<DocumentKey, Document> getPreviousResults(
102
Query query, ImmutableSortedSet<DocumentKey> remoteKeys) {
103
// Fetch the documents that matched the query at the last snapshot.
0 commit comments