aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Model
Commit message (Expand)AuthorAge
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* Remove nearly all usages of WrapNSStringNoCopy (#1351)Gravatar Gil2018-05-30
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* Remove final vestiges of FSTSnapshotVersion (#1253)Gravatar Gil2018-05-09
* Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* Make BasePath hash directly as a range (#1232)Gravatar Gil2018-05-06
* Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Clean up warnings in Firestore (#1146)Gravatar Gil2018-04-19
* Implement local and server application of arrayUnion and arrayRemove transfor...Gravatar Michael Lehenbauer2018-04-16
* Replace the `SnapshotOptions` object with the behavior enum. (#1109)Gravatar Gil2018-04-16
* 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
* Fix some formatting issues.Gravatar Bryan Klimt2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
* 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
* 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
* Remove predecessorKey,Object,Document, etc (#735)Gravatar Gil2018-02-01
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10
* Firestore `isEqual()` on Public Types (#569)Gravatar zxu2017-12-19
* Addressing commentsGravatar Sebastian Schmidt2017-12-12
* Adding GenericsGravatar Sebastian Schmidt2017-12-12
* Adding default optionGravatar Sebastian Schmidt2017-12-08
* Method renamesGravatar Sebastian Schmidt2017-12-07
* Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
* Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Release 4.3.0 (#327)Gravatar Gil2017-10-03