aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/model/field_value.h
Commit message (Expand)AuthorAge
* Initial (incomplete) implementation of f:f:core::Filter (#1495)Gravatar rsgowman2018-07-13
* Add a HARD_ASSERT C++ assertion macro (#1304)Gravatar Gil2018-05-22
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* Add lint checking for Objective-C++ sources (#1048)Gravatar Gil2018-04-09
* Add ObjectValue::Map alias (#967)Gravatar rsgowman2018-03-27
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* [De]Serialize FieldValue map_values ("Objects") (#878)Gravatar rsgowman2018-03-08
* Serialize (and deserialize) string values (#864)Gravatar rsgowman2018-02-28
* Add FieldValue.boolean_value() (#862)Gravatar rsgowman2018-02-27
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Update FieldValue of type Reference (#775)Gravatar zxu2018-02-12
* cmake build fixes (#770)Gravatar rsgowman2018-02-09
* 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
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17