aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/model
Commit message (Expand)AuthorAge
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* port C++ DocumentKey to the rest of Firestore code (#977)Gravatar zxu2018-03-27
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* 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
* grand PR to port the remaining paths (FieldPath and ResourcePath). (#865)Gravatar zxu2018-03-14
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* port paths to FSTDocumentKey (#877)Gravatar zxu2018-03-06
* 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
* Avoid wrapping and rewrapping NSStrings when constructing DatabaseId (#833)Gravatar Gil2018-02-22
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Port Firestore Document to C++ (#777)Gravatar zxu2018-02-12
* Update FieldValue of type Reference (#775)Gravatar zxu2018-02-12
* C++ port: add C++ equivalent of FSTDocumentKey. (#762)Gravatar Konstantin Varlamov2018-02-09
* port Firestore SnapshotVersion in C++ (#767)Gravatar zxu2018-02-09
* cmake build fixes (#770)Gravatar rsgowman2018-02-09
* Explicitly specify the default constructor to FieldPath (#773)Gravatar Gil2018-02-08
* C++ port: port FSTFieldPath and FSTResourcePath to C++ (#749)Gravatar Konstantin Varlamov2018-02-06
* Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29
* Use fixed-sized types (#719)Gravatar Gil2018-01-28
* Fix a number of c++ build errors (#715)Gravatar rsgowman2018-01-27
* Implement the rest of FieldValue types for C++ (#687)Gravatar zxu2018-01-25
* Use Comparator in FieldValue. (#686)Gravatar Gil2018-01-19
* Fix CMake build and lint warnings in field_value.cc (#677)Gravatar Gil2018-01-17
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17