aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore
Commit message (Expand)AuthorAge
* Serialize (and deserialize) int64 values (#818) (#829)Gravatar rsgowman2018-02-22
* Fix trivial mem leak in the test suite (#828)Gravatar rsgowman2018-02-21
* Accept FIRTimestamp where NSDate is currently accepted as a parameter (#823)Gravatar Konstantin Varlamov2018-02-21
* Fix implicit retain self warnings (#808)Gravatar rsgowman2018-02-21
* Make FSTTimestamp into a public Firestore class (#698)Gravatar Konstantin Varlamov2018-02-20
* [En|De]codeUnsignedVarint -> [En|De]codeVarint (#817)Gravatar rsgowman2018-02-20
* Fix two stream close issues (b/73167987, b/73382103). (#810)Gravatar Michael Lehenbauer2018-02-20
* replacing FSTGetTokenResult by C++ Token implementation (#805)Gravatar zxu2018-02-20
* Delete stale Firestore instances after FIRApp is deleted. (#809)Gravatar Ryan Wilson2018-02-16
* Serialize (and deserialize) bool values (#791)Gravatar rsgowman2018-02-16
* DispatchQueue delayed callback improvements + testing (#784)Gravatar Michael Lehenbauer2018-02-15
* replacing Auth/FSTUser by C++ auth implementation (#804)Gravatar zxu2018-02-15
* Merge pull request #801 from firebase/release-4.9.0Gravatar Paul Beusterien2018-02-14
|\
* | Actually ignore events on inactive streams, rather than just logging that we'...Gravatar Greg Soltis2018-02-13
* | Serialize and deserialize null (#783)Gravatar rsgowman2018-02-13
* | fix flaky test (#788)Gravatar zxu2018-02-13
* | Keep track of number of queries in the query cache (#776)Gravatar Greg Soltis2018-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
* | Let Travis run for `CMake` test and `lint.sh` (#769)Gravatar zxu2018-02-09
* | cmake build fixes (#770)Gravatar rsgowman2018-02-09
| * Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|/
* Update deprecation message for Firestore. (#758)Gravatar Ryan Wilson2018-02-08
* Explicitly specify the default constructor to FieldPath (#773)Gravatar Gil2018-02-08
* Update CHANGELOG for Firestore v0.10.1 (#768)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
|\
* \ Merge pull request #757 from firebase/wilhuff/mergeGravatar Gil2018-02-06
|\ \
* | | Implement Firestore DatabaseInfo and port both Database{Id,Info} C++ to the i...Gravatar zxu2018-02-06
| * | Merge branch 'abseil-mirror' into mergeGravatar Marek Gilbert2018-02-06
| |\ \
| * | | Merge commit 'abseil-mirror' into mergeGravatar Marek Gilbert2018-02-06
|/| | |
| | * | Add StrCat, StrJoin and the rest of //strings from abseil-cpp (#756)Gravatar Gil2018-02-06
| |/ /
| * | Update abseil-cpp to a new upstream (#754)Gravatar Gil2018-02-06
| | * Downgrade nanopb from 0.4.0-dev to 0.3.8.Gravatar Rich Gowman2018-02-06
| | * ./style.shGravatar Rich Gowman2018-02-06
| | * Hook up nanopb to firestorep projectGravatar Rich Gowman2018-02-06
| | * Import "well-known" protos (and generated nanopb files)Gravatar Rich Gowman2018-02-06
| | * Add generated nanopb protos.Gravatar Rich Gowman2018-02-06
| | * Add instructions for building nanopb protosGravatar Rich Gowman2018-02-06
| |/ |/|
* | fix null block execution crashGravatar Morgan Chen2018-02-02
* | Increase expectation timeout to 25 seconds. (#744)Gravatar Michael Lehenbauer2018-02-02
* | Align tests and integration test header search paths (#737)Gravatar Gil2018-02-01
* | Remove predecessorKey,Object,Document, etc (#735)Gravatar Gil2018-02-01
* | Start on ArraySortedMap in C++ (#721)Gravatar Gil2018-01-31
* | Move all Firestore Objective-C to Objective-C++ (#734)Gravatar Gil2018-01-31
* | Schema migrations for LevelDB (#728)Gravatar Greg Soltis2018-01-30