Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firestore emulator v1.14.1 #4356

Merged
merged 10 commits into from
Mar 24, 2022

Conversation

xwkuang5
Copy link
Contributor

@xwkuang5 xwkuang5 commented Mar 23, 2022

Description

This PR updates Firestore Emulator to v1.14.1.

Scenarios Tested

Started emulators and it downloads and verifies the checksum correctly.

node ../firebase-tools/lib/bin/firebase.js emulators:start
i  emulators: Starting emulators: auth, functions, firestore, database
⚠  functions: The following emulators are not running, calls to these services from the Functions emulator will affect production: hos
ting, pubsub, storage
✔  functions: Using node@12 from host.
i  firestore: downloading cloud-firestore-emulator-v1.14.1.jar...
Progress: ============================================================================================================> (100% of 61MB)
i  firestore: Removing outdated emulator files: cloud-firestore-emulator-v1.13.1.jar
i  firestore: Firestore Emulator logging to firestore-debug.log
⚠  database: Did not find a Realtime Database rules file specified in a firebase.json config file. The emulator will default to allowi
ng all reads and writes. Learn more about this option: https://firebase.google.com/docs/emulator-suite/install_and_configure#security_
rules_configuration.
i  database: Database Emulator logging to database-debug.log
i  ui: downloading ui-v1.6.5.zip...
Progress: =============================================================================================================> (100% of 4MB)
i  ui: Removing outdated emulator files: ui-v1.6.4
i  ui: Removing outdated emulator files: ui-v1.6.4.zip
i  ui: Emulator UI logging to ui-debug.log

Fixes #2421

@yuchenshi yuchenshi merged commit ce65a74 into firebase:master Mar 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Firestore Emulator exports cannot be imported on other platforms
2 participants