aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API/FIRQuery.mm
Commit message (Expand)AuthorAge
* Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)Gravatar rsgowman2018-07-11
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* b/79432277: Limit Queries to only a single array-contains clause. (#1286)Gravatar Michael Lehenbauer2018-05-16
* Firestore: use C++ Executor for user queue. (#1238)Gravatar Konstantin Varlamov2018-05-10
* Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* Array Contains Queries (not added to public headers yet). (#1138)Gravatar Michael Lehenbauer2018-04-23
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* Replace `QueryListenOptions` with simple booleans (#1106)Gravatar Gil2018-04-15
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31