aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core
Commit message (Expand)AuthorAge
...
* [En|De]codeUnsignedVarint -> [En|De]codeVarint (#817)Gravatar rsgowman2018-02-20
* 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
* Strawman C++ API (#763)Gravatar rsgowman2018-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
* 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
* 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
* Use fixed-sized types (#719)Gravatar Gil2018-01-28
* 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
* port TargetIdGenerator to iOS (#709)Gravatar zxu2018-01-25
* 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
* Use Comparator in FieldValue. (#686)Gravatar Gil2018-01-19
* 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
* Run style.sh (#636)Gravatar Michael Lehenbauer2018-01-10
* 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
* Build FirebaseCore from CMake (#594)Gravatar Gil2018-01-01
* implement C++ logger (#575)Gravatar zxu2017-12-20
* Use angle brackets for nonlocal #includes in Firestore (#580)Gravatar Gil2017-12-19
* Rework the top-level cmake build to be a superproject (#538)Gravatar Gil2017-12-06
* Move sources into firebase::firestore and internal namespaces (#494)Gravatar Gil2017-11-30