|
|
hai 1 ano | |
|---|---|---|
| .. | ||
| FrameworkMaker.xcodeproj | 6e0fda7a24 [Firebase 10] Update minimum supported versions across Firebase (#10233) | %!s(int64=3) %!d(string=hai) anos |
| cpp | ab606e002e Upgrade cmake build to grpc 162 (#12417) | %!s(int64=2) %!d(string=hai) anos |
| lib | 34b729d3ed Fix name collision with "result" in pretty printing logic in generated proto code. (#10169) | %!s(int64=3) %!d(string=hai) anos |
| nanopb | ab606e002e Upgrade cmake build to grpc 162 (#12417) | %!s(int64=2) %!d(string=hai) anos |
| protos | 29a737f882 Review Firestore Protos (#13380) | hai 1 ano |
| CMakeLists.txt | 3f5972f920 Firestore: Optimize local cache sync when resuming a query that had docs deleted (#11457) | %!s(int64=2) %!d(string=hai) anos |
| Podfile | bde743ed25 Release 4.3.0 (#327) | %!s(int64=8) %!d(string=hai) anos |
| README.md | 29a737f882 Review Firestore Protos (#13380) | hai 1 ano |
| build_protos.py | bffb108542 Fix cmake build for macOS 12.3 where `python` no longer exists. (#9477) | %!s(int64=4) %!d(string=hai) anos |
| nanopb_cpp_generator.py | a7ab2ca184 the the typos (#9726) | %!s(int64=3) %!d(string=hai) anos |
First, make sure you have necessary prereqs for building:
brew install automake libtool protobuf golang cmake
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: