|
|
6 yıl önce | |
|---|---|---|
| .. | ||
| FrameworkMaker.xcodeproj | 145c111d1a Minimum osx to 10.11 (#2680) | 7 yıl önce |
| cpp | 1df5574c4f Upgrade gRPC-C++ to 1.28.0 (#4312) | 6 yıl önce |
| lib | d0686d2f63 C++ migration: implement pretty-printing of Nanopb-generated messages (#4184) | 6 yıl önce |
| nanopb | 3d573f9714 Update Firestore sources for nanopb 0.3.9.5 (#5481) | 6 yıl önce |
| protos | 9313d61a21 Add verify support (#4658) | 6 yıl önce |
| CMakeLists.txt | 8fa91b6502 Fix generate_protos (#5479) | 6 yıl önce |
| Podfile | bde743ed25 Release 4.3.0 (#327) | 8 yıl önce |
| README.md | 3d573f9714 Update Firestore sources for nanopb 0.3.9.5 (#5481) | 6 yıl önce |
| build_protos.py | d0686d2f63 C++ migration: implement pretty-printing of Nanopb-generated messages (#4184) | 6 yıl önce |
| nanopb_cpp_generator.py | 7a58eba2e5 Remove `firebase/firestore` from paths in Firestore/core (#5374) | 6 yıl önce |
First, make sure you have necessary prereqs for building:
brew install automake libtool protobuf golang
Take a nap while that completes. Then, build the protos:
cd firebase-ios-sdk # the root of this repo, not Firestore/Protos
mkdir -p build
cd build
cmake ..
make -j generate_protos
Verify diffs, make sure tests still pass, and create a PR.
Get the protoc and the gRPC plugin. See
here. The
easiest way I found was to add
pod '!ProtoCompiler-gRPCPlugin' to a Podfile and do pod update.
After running the protoc, shell commands run to fix up the generated code: