FirebaseFirestore Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRAggregateSource
enum FIRAggregateSource : NSUInteger {}
The sources from which an AggregateQuery
can retrieve its results.
See AggregateQuery.getAggregation(source:completion:)
.
-
Perform the aggregation on the server and download the result.
The result received from the server is presented, unaltered, without considering any local
state. That is, documents in the local cache are not taken into consideration, neither are
local modifications not yet synchronized with the server. Previously-downloaded results, if
any, are not used. Every request using this source necessarily involves a round trip to the
server.
The AggregateQuery
will fail if the server cannot be reached, such as if the client is
offline.
Declaration
Objective-C
FIRAggregateSourceServer
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-03 UTC."],[],[]]