aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API/FSTUserDataConverter.mm
Commit message (Expand)AuthorAge
* Allowing field deletes using merge fields (#1389)Gravatar Sebastian Schmidt2018-06-07
* Remove nearly all usages of WrapNSStringNoCopy (#1351)Gravatar Gil2018-05-30
* Replace Objective-C assertions with C++ assertions (#1327)Gravatar Gil2018-05-24
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* Integration tests, changelog, and minor fixes for array transforms. (#1108)Gravatar Michael Lehenbauer2018-04-17
* Serialize array transform mutations. (#1107)Gravatar Michael Lehenbauer2018-04-17
* Replace the `SetOptions` object with a simple boolean. (#1098)Gravatar Gil2018-04-15
* Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Small cleanup to UserDataConverter / FieldValue sentinel code to make adding ...Gravatar Michael Lehenbauer2018-04-12
* Port FieldTransform to C++ (#1033)Gravatar zxu2018-04-10
* Port transform operations to C++ (#1020)Gravatar zxu2018-04-05
* port FieldMask to C++ (#998)Gravatar zxu2018-04-04
* 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
* Accept FIRTimestamp where NSDate is currently accepted as a parameter (#823)Gravatar Konstantin Varlamov2018-02-21
* 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