aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source
Commit message (Expand)AuthorAge
...
* 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
* 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
* Drop FSTRemoteDocumentChangeBuffer (#1013)Gravatar Greg Soltis2018-04-02
* Add a flag to control whether DocumentSnapshots return Dates or Timestamps fo...Gravatar Konstantin Varlamov2018-03-30
* Drop FSTWriteGroup (#986)Gravatar Greg Soltis2018-03-30
* Remove unused shutdown methods (#993)Gravatar Greg Soltis2018-03-29
* Remove some usages of FSTWriteGroup (#983)Gravatar Greg Soltis2018-03-29
* Fix some formatting issues.Gravatar Bryan Klimt2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* Running a transaction (#969)Gravatar Greg Soltis2018-03-26
* Fix issue that could cause offline get()s to wait up to 10 seconds. (#978)Gravatar Michael Lehenbauer2018-03-26
* Switch LevelDB MutationQueue and RemoteDocumentCache to use transactions (#968)Gravatar Greg Soltis2018-03-26
* port C++ `DocumentKey` to `Remote/*` (#965)Gravatar zxu2018-03-24
* port C++ `DocumentKey` to `Local/*` (#963)Gravatar zxu2018-03-23
* Switch FSTLevelDBQueryCache to use transactions (#942)Gravatar Greg Soltis2018-03-22
* Change write groups to use transactions (#912)Gravatar Greg Soltis2018-03-22
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Fix for b/74749605: Cancel pending backoff operations when closing streams. (...Gravatar Michael Lehenbauer2018-03-21
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-03-21
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\
* | port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* | adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
| * Temporarily disable currently-over-aggressive assert for duplicate FSTDispatc...Gravatar Michael Lehenbauer2018-03-14
|/
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* Defend against users making API calls during deinit (#863)Gravatar Gil2018-03-13
* Fix MutationQueue issue resulting in re-sending acknowledged writes. (#909)Gravatar Michael Lehenbauer2018-03-12
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* Add 10 second timeout waiting for connection before client behaves as-if offl...Gravatar Michael Lehenbauer2018-03-05
* add converters and port paths to FSTQuery (#869)Gravatar zxu2018-03-05
* replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* Style fixesGravatar Benoit St-Pierre2018-02-26
* Avoid warnings about failing to override a designated initializer (#832)Gravatar Gil2018-02-22
* Fix Firestore tests for M22 (#834)Gravatar Gil2018-02-22
* 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
* Fix implicit retain self warnings (#808)Gravatar rsgowman2018-02-21