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 e581271 commit f64c2d9Copy full SHA for f64c2d9
dev/protos/update.sh
@@ -42,7 +42,9 @@ pushd "$WORK_DIR"
42
43
# Clone necessary git repos.
44
git clone --depth 1 https://github.com/googleapis/googleapis.git
45
-git clone --depth 1 https://github.com/google/protobuf.git
+# Protobuf may have breaking changes, so it will be pinned to a specific release.
46
+# TODO(version) nodejs-firestore should maintain the version number of protobuf manually
47
+git clone --single-branch --branch v27.0 --depth 1 https://github.com/google/protobuf.git
48
49
# Copy necessary protos.
50
mkdir -p "${PROTOS_DIR}/google/api"
0 commit comments