aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/cpp/firestore
Commit message (Collapse)AuthorAge
* Adjust serializer test to verify via libprotobuf. (#1039)Gravatar rsgowman2018-04-24
Previously, the tests would compare serialization results against a precomputed (via protoc) array of bytes. Now they serialize via our nanopb based class and deserialize via libprotobuf (and vice versa) and then ensure the result is the same as the input