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 f64c2d9 commit 337641aCopy full SHA for 337641a
dev/protos/update.sh
@@ -44,7 +44,7 @@ pushd "$WORK_DIR"
44
git clone --depth 1 https://github.com/googleapis/googleapis.git
45
# 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
+git clone --single-branch --branch v26.1 --depth 1 https://github.com/google/protobuf.git
48
49
# Copy necessary protos.
50
mkdir -p "${PROTOS_DIR}/google/api"
0 commit comments