aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Integration/API
Commit message (Expand)AuthorAge
* Expose array transforms and array contains queries. (#1514)Gravatar Michael Lehenbauer2018-07-10
* Eliminate unnecessary DocumentKey->FSTDocumentKey conversions (#1507)Gravatar Konstantin Varlamov2018-07-10
* In FSTLocalDocumentsView, search for all batches affecting a set of keys in o...Gravatar Konstantin Varlamov2018-07-10
* Allowing field deletes using merge fields (#1389)Gravatar Sebastian Schmidt2018-06-07
* b/79432277: Limit Queries to only a single array-contains clause. (#1286)Gravatar Michael Lehenbauer2018-05-16
* Backport array contains / transform improvements from Web. (#1242)Gravatar Michael Lehenbauer2018-05-08
* 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
* 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
* 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
* 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
* Small cleanup to UserDataConverter / FieldValue sentinel code to make adding ...Gravatar Michael Lehenbauer2018-04-12
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* 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
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* Fix issue @morganchen12 discovered where we weren't properly creating FIRQuer...Gravatar Michael Lehenbauer2018-01-12
* Fix FSTLocalDocumentsView to allow multiple mutations while offline (#644)Gravatar rsgowman2018-01-11
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10
* Fixing potential race in ServerTimestamp testsGravatar Sebastian Schmidt2018-01-05
* Clean up warnings (#578)Gravatar Gil2017-12-18
* Expose network management (#566)Gravatar Greg Soltis2017-12-18
* Test cleanup: Adds a helper for waiting for FSTVoidErrorBlock callbacks.Gravatar Michael Lehenbauer2017-12-18
* Fixing return type of verifySnapshotWithResolvedTimestampsGravatar Sebastian Schmidt2017-12-18
* b/68276665: Raise isFromCache=true events when offline (#567)Gravatar Michael Lehenbauer2017-12-15
* MergeGravatar Sebastian Schmidt2017-12-12
|\
| * Merge branch 'firestore-api-changes' into mrschmidt-timestampsGravatar Sebastian Schmidt2017-12-12
| |\
* | | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| * | Addressing commentsGravatar Sebastian Schmidt2017-12-12
| | * Revisit commit method in FIRWriteBatch (#541)Gravatar zxu2017-12-11
* | | Clang formatGravatar Sebastian Schmidt2017-12-10
* | | Making DocumentSnapshot nullableGravatar Sebastian Schmidt2017-12-10
| |/ |/|
| * Fixing commentGravatar Sebastian Schmidt2017-12-08
| * Adding default optionGravatar Sebastian Schmidt2017-12-08
| * Method renamesGravatar Sebastian Schmidt2017-12-07
| * Addressing all review commentsGravatar Sebastian Schmidt2017-12-07
* | Implement NSPredicate-based query (#531)Gravatar zxu2017-12-07
| * Adding SnapshotOptions to deal with pending ServerTimestampsGravatar Sebastian Schmidt2017-12-05
|/
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21
* Use fully qualified imports in Firestore (#467)Gravatar Gil2017-11-16
* Closing the write and watch stream after 60s of idleness (#388)Gravatar Sebastian Schmidt2017-10-30
* Allowing field deletes with merge-enabled sets (#404)Gravatar Sebastian Schmidt2017-10-23