aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase/firestore/model
Commit message (Expand)AuthorAge
* Add missing tests to the Firestore project (#1254)Gravatar Gil2018-05-09
* Port FSTDocumentKeySet to C++ DocumentKeySet (#1229)Gravatar Gil2018-05-05
* Update `FieldValue` For Porting `Mutation`s to C++ (#1144)Gravatar zxu2018-04-23
* Array Transforms public API and parsingGravatar Michael Lehenbauer2018-04-13
* Port `Precondition` to C++ (#1040)Gravatar zxu2018-04-12
* Add clang-tidy checks for Firestore (#1078)Gravatar Gil2018-04-12
* 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
* 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
* Fix lint warnings (#840)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
* 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
* 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
* 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
* 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