Skip to content

Commit

Permalink
Merge 26e1b5a into 9815ab7
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpbrewster committed Jul 26, 2019
2 parents 9815ab7 + 26e1b5a commit 7679369
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/serve/javaEmulators.ts
Expand Up @@ -28,10 +28,10 @@ const EmulatorDetails: { [s in JavaEmulators]: JavaEmulatorDetails } = {
stdout: null,
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.1.1.jar",
expectedSize: 17122118,
expectedChecksum: "4e85811fd09cafe0b6f216c771e8a25f",
localPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.1.1.jar"),
"https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.1.2.jar",
expectedSize: 17124145,
expectedChecksum: "8bb21d19172a519fa69c5575b2fa221f",
localPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.1.2.jar"),
namePrefix: "firebase-database-emulator",
},
firestore: {
Expand Down

0 comments on commit 7679369

Please sign in to comment.