Skip to content

Commit

Permalink
Update FDC local toolkit to v1.3.8 (#7696)
Browse files Browse the repository at this point in the history
  • Loading branch information
dconeybe committed Sep 20, 2024
1 parent 0314586 commit 3ac053f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Updated Firebase Data Connect local toolkit version to v1.3.8, which adds support for `Any` scalar values in the Android SDK, strongly-typed variables in `@auth` expressions, and a minor internal fix for the Dart SDK code generation. (#7696)
19 changes: 10 additions & 9 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,24 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
expectedSize: 66786933,
expectedChecksum: "a9025b3e53fdeafd2969ccb3ba1e1d38",
},

dataconnect:
process.platform === "darwin"
? {
version: "1.3.7",
expectedSize: 25019136,
expectedChecksum: "648ca3e289db8209c2d555bb381e5e5e",
version: "1.3.8",
expectedSize: 25027328,
expectedChecksum: "903f0e8dd8212fec575dc2eba34be6e7",
}
: process.platform === "win32"
? {
version: "1.3.7",
expectedSize: 25441792,
expectedChecksum: "16081147aa94f1b8691329d5b9430b69",
version: "1.3.8",
expectedSize: 25450496,
expectedChecksum: "e09999deda7301eba06f88face5e1744",
}
: {
version: "1.3.7",
expectedSize: 24928408,
expectedChecksum: "8749930f3a43f616e3ae231af8c787a8",
version: "1.3.8",
expectedSize: 24940696,
expectedChecksum: "69aeb9755d4ec2e77bdadbc40236b306",
},
};

Expand Down

0 comments on commit 3ac053f

Please sign in to comment.