aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
* 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
* Fix FSTTimerID strings in spec tests to match constants used in web. (#953)Gravatar Michael Lehenbauer2018-03-20
* Merge pull request #950 from firebase/release-4.11.0Gravatar Paul Beusterien2018-03-20
|\
* | Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* | port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* | Implements transactions for leveldb (#881)Gravatar Greg Soltis2018-03-15
* | Move core/types.h to model to prevent a core -> local -> core dependency cycl...Gravatar Gil2018-03-15
* | adding converters between DocumentKey (#900)Gravatar zxu2018-03-15
* | Move creation of pb_ostream_t's into Writer (#920)Gravatar rsgowman2018-03-15
| * Temporarily disable currently-over-aggressive assert for duplicate FSTDispatc...Gravatar Michael Lehenbauer2018-03-14
* | Partial wrapping of pb_ostream_t (pt5) (#916)Gravatar rsgowman2018-03-14
| * Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|/
* Add a CHANGELOG entry for fixed absl symbols (#918)Gravatar Gil2018-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
* Partial wrapping of pb_ostream_t (pt4) (#915)Gravatar rsgowman2018-03-13
* Update CHANGELOG for Firestore v0.10.4 (#914)Gravatar Gil2018-03-13
* Partial wrapping of pb_ostream_t (pt3) (#907)Gravatar rsgowman2018-03-13
* Allow serializing arbitrary length FieldValues (#889)Gravatar rsgowman2018-03-12
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* Fix MutationQueue issue resulting in re-sending acknowledged writes. (#909)Gravatar Michael Lehenbauer2018-03-12
* Partial wrapping of pb_ostream_t (pt2) (#903)Gravatar rsgowman2018-03-12
* Partial wrapping of pb_ostream_t (pt1) (#899)Gravatar rsgowman2018-03-09
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* Factor out a universal build script (#884)Gravatar Gil2018-03-07
* Merge pull request #880 from firebase/release-4.10.0Gravatar Paul Beusterien2018-03-06
|\
* | 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
* | Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28
* | Add FieldValue.boolean_value() (#862)Gravatar rsgowman2018-02-27
* | replacing Auth by C++ auth implementation (#802)Gravatar zxu2018-02-27
* | Eliminate TypedValue and serialize direct from FieldValue to bytes. (#860)Gravatar rsgowman2018-02-27
| * Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|/
* Merge pull request #851 from firebase/bs-firebasecore-versionGravatar Benoit St-Pierre2018-02-26
|\
* | Update CHANGELOG for Firestore v0.10.2 (#856)Gravatar Gil2018-02-26
| * Style fixesGravatar Benoit St-Pierre2018-02-26
|/
* Auto-style swift sources (#847)Gravatar Gil2018-02-26
* Add build infrastructure for Codable support in Firestore (#815)Gravatar Gil2018-02-26
* Don't build firebase_firestore_testutil_apple on non-apple platforms. (#841)Gravatar rsgowman2018-02-22
* Fix lint warnings (#840)Gravatar Gil2018-02-22
* Refactor [En|De]codeVarint to be symetric wrt tags (#837)Gravatar rsgowman2018-02-22
* 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
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Fix trivial mem leak in the test suite (#828)Gravatar rsgowman2018-02-21