Skip to content

Commit dcf5ec3

Browse files
committed
AggregateSource.java: re-word docs for SERVER
1 parent b9265f1 commit dcf5ec3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

firebase-firestore/src/main/java/com/google/firebase/firestore/AggregateSource.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ public enum AggregateSource {
2424
* Perform the aggregation on the server and download the result.
2525
*
2626
* <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.
3131
*
3232
* <p>The {@link AggregateQuery} will fail if the server cannot be reached, such as if the client
3333
* is offline.

0 commit comments

Comments
 (0)