Skip to content

Timestamp not updating on Emulator UI #617

Closed
@jgavazzisp

Description

@jgavazzisp

[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

  1. Start the Firestore emulator
  2. Create programmatically an timestamp field (using an unit test for instance).
  3. Try to update the timestamp using the Emulator UI (http://localhost:400X/).
  4. 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.

firebase.log

Thanks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions