aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase
Commit message (Expand)AuthorAge
...
* C++ migration: make Timestamp class a part of public API (#944)Gravatar Konstantin Varlamov2018-03-27
* Renames in serializer to reflect recent changes (#957)Gravatar rsgowman2018-03-23
* Port FSTLevelDBKey to C++ (#937)Gravatar Gil2018-03-21
* Change CredentialsProvider::TokenListener to use StatusOr<Token> (#945)Gravatar rsgowman2018-03-21
* Add Status and StatusOr (#935)Gravatar rsgowman2018-03-19
* port `DocumentKey` to non-container types of `Model/*` (#930)Gravatar zxu2018-03-16
* Fix test failures that occur during prod build (#910)Gravatar rsgowman2018-03-12
* [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
* 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
* Don't build firebase_firestore_testutil_apple on non-apple platforms. (#841)Gravatar rsgowman2018-02-22
* Fix lint warnings (#840)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
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* 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
* port Firestore Auth module in C++ (#733)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
* Merge pull request #747 from firebase/rsgowman/nanopbGravatar rsgowman2018-02-06
|\
* | Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
| * ./style.shGravatar Rich Gowman2018-02-06
| * Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06
|/
* Remove predecessorKey,Object,Document, etc (#735)Gravatar Gil2018-02-01
* Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
* Firestore DatabaseId in C++ (#727)Gravatar zxu2018-01-29
* Add absl_strings to firebase_firestore_util_test dependencies (#725)Gravatar rsgowman2018-01-29
* Import iterator_adaptors from google3 (#718)Gravatar Gil2018-01-29
* Fix a number of c++ build errors (#715)Gravatar rsgowman2018-01-27
* normalize and port the rest of Firebase/Port code (#713)Gravatar zxu2018-01-27
* implement `TargetIdGenerator` in C++ for Firestore (#701)Gravatar zxu2018-01-25
* normalize string_util (#708)Gravatar zxu2018-01-25
* Implement the rest of FieldValue types for C++ (#687)Gravatar zxu2018-01-25
* Port comparison to C++ (#678)Gravatar Gil2018-01-19
* Add platform detection logic for SecureRandom (#676)Gravatar Gil2018-01-19
* Fix CMake build and lint warnings in field_value.cc (#677)Gravatar Gil2018-01-17
* Add a cc_library to the CMake build (#670)Gravatar Gil2018-01-17
* implement FieldValue for null, boolean, and array in C++. (#637)Gravatar zxu2018-01-17
* Fix C++ lint errors (#668)Gravatar Gil2018-01-17