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 705bf4f commit c812c7eCopy full SHA for c812c7e
firebase-firestore/ktx/src/test/java/com/google/firebase/firestore/TestUtil.java
@@ -105,7 +105,8 @@ public static QuerySnapshot querySnapshot(
105
isFromCache,
106
mutatedKeys,
107
/* didSyncStateChange= */ true,
108
- /* excludesMetadataChanges= */ false);
+ /* excludesMetadataChanges= */ false,
109
+ /* hasCachedResults= */ false);
110
return new QuerySnapshot(query(path), viewSnapshot, FIRESTORE);
111
}
112
0 commit comments