Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Minor bug fixes in Firestore Emulator for Datastore Mode
- Fixed an issue with deploying indexes to Firestore Enterprise edition databases where explicit `__name__` fields could be incorrectly handled.
- The `experimental:mcp` command has been renamed to `mcp`. The old name is now an alias.
- `firebase_update_environment` MCP tool supports accepting Gemini in Firebase Terms of Service.
Expand Down
Binary file added src/emulator/.downloadableEmulator.ts.swp
Binary file not shown.
10 changes: 5 additions & 5 deletions src/emulator/downloadableEmulatorInfo.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"downloadPathRelativeToCacheDir": "firebase-database-emulator-v4.11.2.jar"
},
"firestore": {
"version": "1.19.8",
"expectedSize": 63634791,
"expectedChecksum": "9b43a6daa590678de9b7df6d68260395",
"version": "1.20.2",
"expectedSize": 123046947,
"expectedChecksum": "3b04168138ff8ab17025fe7756e05dc9",
"expectedChecksumSHA256": "9d43599ed6151199e8d604dc87fac51218e49e5f3a48519b1ae560bbe5e3382d",
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.19.8.jar",
"downloadPathRelativeToCacheDir": "cloud-firestore-emulator-v1.19.8.jar"
"remoteUrl": "https://storage.googleapis.com/firebase-preview-drop/emulator/cloud-firestore-emulator-v1.20.2.jar",
"downloadPathRelativeToCacheDir": "cloud-firestore-emulator-v1.20.2.jar"
},
"storage": {
"version": "1.1.3",
Expand Down
Loading