aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source
Commit message (Expand)AuthorAge
* Fix retain self warnings that crept inGravatar Marek Gilbert2018-06-15
* Allowing field deletes using merge fields (#1389)Gravatar Sebastian Schmidt2018-06-07
* Force refresh token if RPC fails with "Unauthenticated" error (#1373)Gravatar Konstantin Varlamov2018-06-07
* Fix Firestore compilation under Xcode < 9.2 (#1367)Gravatar Gil2018-06-01
* 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
* fix lint to run copybara (#1290)Gravatar zxu2018-05-17
* b/79432277: Limit Queries to only a single array-contains clause. (#1286)Gravatar Michael Lehenbauer2018-05-16
* Clean up implicit retain self warnings introduced recently (#1268)Gravatar Gil2018-05-13
* Firestore C++: make FSTDispatchQueue delegate to C++ implementation (#1240)Gravatar Konstantin Varlamov2018-05-11
* Firestore: use C++ Executor for user queue. (#1238)Gravatar Konstantin Varlamov2018-05-10
* 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
* Introduce ReferenceDelegates (#1222)Gravatar Greg Soltis2018-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
* [De]serialize DocumentKeys via the remote Serializer (#1212)Gravatar rsgowman2018-05-04
* Eliminate duplicate symbol in CocoaPods -all_load build (#1223)Gravatar Paul Beusterien2018-05-03
* Fix warning on FSTTargetMapping mentioned in #1210 (#1218)Gravatar Gil2018-05-03
* Fix Firestore style issue. (#1220)Gravatar Ryan Wilson2018-05-03
* Bump sequence numbers when receiving a new resume token (#1214)Gravatar Greg Soltis2018-05-03
* Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* Port the feedback from the Java port (#1199)Gravatar Greg Soltis2018-04-30
* Identify limbo-only document updates (#1167)Gravatar Greg Soltis2018-04-25
* Port `SnapshotVersion` for `Remote` (#1174)Gravatar zxu2018-04-25
* Port `SnapshotVersion` for `Local` (#1182)Gravatar zxu2018-04-25
* 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
* Filter out document updates from target association changes (#1122)Gravatar Greg Soltis2018-04-20
* Clean up warnings in Firestore (#1146)Gravatar Gil2018-04-19
* 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
* 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
* 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
* Remove immutable map from [FSTDatastore lookupDocuments:completion:] (#1080)Gravatar Gil2018-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
* iOS: fix data race in FSTDispatchQueue. (#1070)Gravatar Konstantin Varlamov2018-04-11