aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Remote/FSTSerializerBeta.mm
Commit message (Expand)AuthorAge
* Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)Gravatar rsgowman2018-07-11
* Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Port `SnapshotVersion` for `Remote` (#1174)Gravatar zxu2018-04-25
* Array Contains Queries (not added to public headers yet). (#1138)Gravatar Michael Lehenbauer2018-04-23
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31