Skip to content

Commit ad8e0c7

Browse files
author
Brian Chen
authored
upgrade to 1.10.4 (#2653)
1 parent a632d5a commit ad8e0c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/emulator-testing/emulators/firestore-emulator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class FirestoreEmulator extends Emulator {
2626
// Use locked version of emulator for test to be deterministic.
2727
// The latest version can be found from firestore emulator doc:
2828
// https://firebase.google.com/docs/firestore/security/test-rules-emulator
29-
'https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.8.2.jar',
29+
'https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.4.jar',
3030
port
3131
);
3232
this.projectId = projectId;

0 commit comments

Comments
 (0)