Skip to content

Commit

Permalink
Merge pull request #1002 from firebase/rpb/bump-emulator
Browse files Browse the repository at this point in the history
Bump Firestore emulator version
  • Loading branch information
ryanpbrewster authored Nov 7, 2018
2 parents 16c5114 + 659a0da commit 9c39905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/emulator/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ const _emulators = {
stdout: null,
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.2.0.jar",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.2.0.jar"),
"https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.2.1.jar",
localPath: path.join(CACHE_DIR, "cloud-firestore-emulator-v1.2.1.jar"),
},
};

Expand Down

0 comments on commit 9c39905

Please sign in to comment.