Skip to content

Commit

Permalink
Bump the database emulator version to 4.10.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
christhompsongoogle committed Oct 6, 2022
1 parent 80125bd commit 5a59294
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/emulator/downloadableEmulators.ts
Expand Up @@ -27,14 +27,14 @@ const CACHE_DIR =

export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDetails } = {
database: {
downloadPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.9.0.jar"),
version: "4.9.0",
downloadPath: path.join(CACHE_DIR, "firebase-database-emulator-v4.10.0.jar"),
version: "4.10.0",
opts: {
cacheDir: CACHE_DIR,
remoteUrl:
"https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.9.0.jar",
expectedSize: 34204485,
expectedChecksum: "1c3f5974f0ee5559ebf27b56f2e62108",
"https://storage.googleapis.com/firebase-preview-drop/emulator/firebase-database-emulator-v4.10.0.jar",
expectedSize: 34230230,
expectedChecksum: "e99b23f0e723813de4f4ea0e879b46b0",
namePrefix: "firebase-database-emulator",
},
},
Expand Down

0 comments on commit 5a59294

Please sign in to comment.