We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54c7fc6 commit 8fa91b6Copy full SHA for 8fa91b6
Firestore/Protos/CMakeLists.txt
@@ -256,6 +256,7 @@ endif()
256
if(FIREBASE_IOS_PROTOC_GENERATE_SOURCES)
257
add_custom_target(
258
generate_protos
259
+ DEPENDS
260
generate_nanopb_protos
261
generate_cpp_protos
262
)
Firestore/Protos/README.md
@@ -7,7 +7,7 @@ brew install automake libtool protobuf golang
7
8
Take a nap while that completes. Then, build the protos:
9
```
10
-cd firebase-ios-sdk
+cd firebase-ios-sdk # the root of this repo, not Firestore/Protos
11
mkdir -p build
12
cd build
13
cmake ..
0 commit comments