aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/API
Commit message (Expand)AuthorAge
* Move creation of FSTFilter objects to static create method on FSTFilter. (#1512)Gravatar rsgowman2018-07-11
* Expose array transforms and array contains queries. (#1514)Gravatar Michael Lehenbauer2018-07-10
* 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
* Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
* Directly validate collection and document paths (#1316)Gravatar Gil2018-05-22
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* 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
* Make BasePath hash directly as a range (#1232)Gravatar Gil2018-05-06
* Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
* Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Array Contains Queries (not added to public headers yet). (#1138)Gravatar Michael Lehenbauer2018-04-23
* Move array transforms to internal header pending backend support. (#1139)Gravatar Michael Lehenbauer2018-04-20
* Add GetOptions for controlling offline get behaviour (#655)Gravatar rsgowman2018-04-18
* 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 `SnapshotOptions` object with the behavior enum. (#1109)Gravatar Gil2018-04-16
* Replace `QueryListenOptions` with simple booleans (#1106)Gravatar Gil2018-04-15
* Replace the `SetOptions` object with a simple boolean. (#1098)Gravatar Gil2018-04-15
* Replace `DocumentListenOptions` with a simple boolean. (#1099)Gravatar Gil2018-04-14
* 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
* 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 the rest of Firestore code (#977)Gravatar zxu2018-03-27
* 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
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* 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
* Delete stale Firestore instances after FIRApp is deleted. (#809)Gravatar Ryan Wilson2018-02-16
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* 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
* Cleanup imports and isEqual (#685)Gravatar Gil2018-01-21
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-12
* Fixing potential race in ServerTimestamp testsGravatar Sebastian Schmidt2018-01-05