aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/core/src/firebase/firestore/nanopb/tag.h
Commit message (Collapse)AuthorAge
* Suppress uninitialized read error under VS2017 (#1523)Gravatar Gil2018-07-13
| | | | | | | | * Suppress uninitialized read error under VS2017. * Default-initialize Tag instead of requiring users to remember to do so. * Add constructors to match usage
* Refactor serializer (#1250)Gravatar rsgowman2018-05-11
Moved Tag, Reader, Writer from serializer.cc's anon namespace to firebase::firestore::nanopb This should be bug-for-bug compatible. No changes were made to the moved methods.