File tree 1 file changed +4
-4
lines changed
firebase-firestore/src/main/java/com/google/firebase/firestore 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ public enum AggregateSource {
24
24
* Perform the aggregation on the server and download the result.
25
25
*
26
26
* <p>The result received from the server is presented, unaltered, without considering any local
27
- * state. That is, any documents in the local cache are ignored and any documents that have been
28
- * locally modified but not yet synchronized with the server are not taken into account. The
29
- * result received from the server is not cached for later use : every request using this source
30
- * necessarily involves a round trip to the server and back .
27
+ * state. That is, documents in the local cache are not taken into consideration, neither are
28
+ * local modifications not yet synchronized with the server. Previously-downloaded results, if
29
+ * any, are not used : every request using this source necessarily involves a round trip to the
30
+ * server.
31
31
*
32
32
* <p>The {@link AggregateQuery} will fail if the server cannot be reached, such as if the client
33
33
* is offline.
You can’t perform that action at this time.
0 commit comments