aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example
Commit message (Expand)AuthorAge
...
* | Reimplement C++ logging (#1313)Gravatar Gil2018-05-23
|/
* Remove extraneous braces (#1315)Gravatar Gil2018-05-22
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Firestore project fixes (#1301)Gravatar Gil2018-05-22
* Add a C++ native StringFormat (#1289)Gravatar Gil2018-05-21
* b/79432277: Limit Queries to only a single array-contains clause. (#1286)Gravatar Michael Lehenbauer2018-05-16
* mergeGravatar Paul Beusterien2018-05-15
|\
* | More macOS/static library prep (#1280)Gravatar Gil2018-05-15
* | Prep for direct macOS support in Firestore pod (#1269)Gravatar Gil2018-05-14
| * Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
* | Update travis to use CocoaPods 1.5.2 (#1103)Gravatar Paul Beusterien2018-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 remaining tests to Xcode (#1256)Gravatar Gil2018-05-10
* | Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* | Align folders with actual test locations in the Firestore project (#1251)Gravatar Gil2018-05-09
* | Firestore C++: compile ExecutorLibdispatch in Objective-C++ mode (#1237)Gravatar Konstantin Varlamov2018-05-08
* | Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* | mergeGravatar Paul Beusterien2018-05-08
|\|
* | C++ migration: add AsyncQueue, the C++ version of FSTDispatchQueue (#1176)Gravatar Konstantin Varlamov2018-05-07
* | Migrate FSTDocumentVersionDictionary to C++ DocumentVersionMap (#1231)Gravatar Gil2018-05-05
* | Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
| * Disable pre-release repos (#1228)Gravatar Paul Beusterien2018-05-04
* | Prepare Firestore for use as a static library (#1210)Gravatar Gil2018-05-03
* | Bump sequence numbers when receiving a new resume token (#1214)Gravatar Greg Soltis2018-05-03
* | b/78539022: Fix test at risk of range violation errors depending on time-of-d...Gravatar Michael Lehenbauer2018-05-02
* | Adding mergeFields support (#1141)Gravatar Sebastian Schmidt2018-05-02
* | Port `SnapshotVersion` for the rest Firestore modulo (#1185)Gravatar zxu2018-05-01
* | Define a general hashing utility in C++ (#1195)Gravatar Gil2018-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
| * Firestore Podfile 5.0.0 updateGravatar Paul Beusterien2018-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
* Rename iOS-specific targets with iOS-specific names (#1150)Gravatar Gil2018-04-20
* Prep Firestore Podfile for multiple platforms (#1148)Gravatar Gil2018-04-19
* Update project for CocoaPods 1.5.0. (#1147)Gravatar Gil2018-04-19
* Clean up warnings in Firestore (#1146)Gravatar Gil2018-04-19
* fix integration test (#1134)Gravatar zxu2018-04-18
* 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
* Fix the build and travis change detection (#1117)Gravatar Gil2018-04-16
* Replace the `SnapshotOptions` object with the behavior enum. (#1109)Gravatar Gil2018-04-16
* Rewrite some LocalStore tests (#1114)Gravatar Greg Soltis2018-04-16
* Replace `QueryListenOptions` with simple booleans (#1106)Gravatar Gil2018-04-15