Closed
Description
[REQUIRED] Environment info
firebase-tools: 9.16.0
Platform: macOS
[REQUIRED] Test case
Trying to modify the timestamp field on the Firestore Emulator UI causes only the UI to update and does not persist the new timestamp to the database.
[REQUIRED] Steps to reproduce
- Start the Firestore emulator
- Create programmatically an timestamp field (using an unit test for instance).
- Try to update the timestamp using the Emulator UI (http://localhost:400X/).
- Refresh the browser (Chrome or Safari)
[REQUIRED] Expected behavior
The value should be persisted normally to Firestore.
[REQUIRED] Actual behavior
Old value is shown and not persisted on Firestore, also no functions are triggered which might be looking for an update in the that document
Log is attached and there is a clear exception when saving the timestamp.
Thanks
Metadata
Metadata
Assignees
Labels
No labels