aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/test/firebase
Commit message (Expand)AuthorAge
...
* 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
* Enable warnings in the CMake build (#669)Gravatar Gil2018-01-16
* Build gRPC for Firestore C++ (#652)Gravatar Gil2018-01-13
* implement C++ assert (stdio, apple) (#612)Gravatar zxu2018-01-08
* Port StringPrintf from //base (#624)Gravatar Gil2018-01-08
* Build and test both C++ loggers where possible (#595)Gravatar Gil2018-01-03
* implement C++ logger (#575)Gravatar zxu2017-12-20
* Use angle brackets for nonlocal #includes in Firestore (#580)Gravatar Gil2017-12-19
* Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30