aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Protos/build-protos.sh
Commit message (Collapse)AuthorAge
* Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371)Gravatar rsgowman2018-06-04
| | | | | This avoids a collision with the libprotobuf generated files. Also removes the "well-known" cpp protos, relying on libprotobuf to supply these instead.
* 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
* Downgrade nanopb from 0.4.0-dev to 0.3.8.Gravatar Rich Gowman2018-02-06
| | | | Also regenerate the protos
* Import "well-known" protos (and generated nanopb files)Gravatar Rich Gowman2018-02-06
| | | | For use by nanopb (which otherwise doesn't know what to do with these.)
* Add instructions for building nanopb protosGravatar Rich Gowman2018-02-06
| | | | Currently only supported on osx
* Revert "Fully qualify protoc-generated outputs (#626)" (#653)Gravatar Gil2018-01-11
| | | This reverts commit bc74670afec651c3f912cb6b7e54f5b68bd507f5.
* Fully qualify protoc-generated outputs (#626)Gravatar Gil2018-01-08
| | | | | | | | * Fully-qualify imports in the protocol compiler output * pbxproj updates from running pod update * New checked-in proto outputs
* Release 4.3.0 (#327)Gravatar Gil2017-10-03
Initial release of Firestore at 0.8.0 Bump FirebaseCommunity to 0.1.3