Skip to content

Commit

Permalink
Upgrade Firestore emulator to 1.10.4 (#2602)
Browse files Browse the repository at this point in the history
The emulator now sends resume tokens, which exercises more of the
system. In particular, this means that resuming queries now uses the
index-free query engine.
  • Loading branch information
wilhuff authored Feb 7, 2020
1 parent a4b89da commit c48114c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/emulator-testing/emulators/firestore-emulator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class FirestoreEmulator extends Emulator {
// Use locked version of emulator for test to be deterministic.
// The latest version can be found from firestore emulator doc:
// https://firebase.google.com/docs/firestore/security/test-rules-emulator
'https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.8.2.jar',
'https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.10.4.jar',
port
);
this.projectId = projectId;
Expand Down

0 comments on commit c48114c

Please sign in to comment.