Skip to content

Commit fa04212

Browse files
author
Brian Chen
authored
Update firestore emulator version in tests (#6420)
1 parent b40263a commit fa04212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run_firestore_emulator.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
set -euo pipefail
2222

23-
VERSION='1.10.4'
23+
VERSION='1.11.7'
2424
FILENAME="cloud-firestore-emulator-v${VERSION}.jar"
2525
URL="https://storage.googleapis.com/firebase-preview-drop/emulator/${FILENAME}"
2626

0 commit comments

Comments
 (0)