You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by firebase/firebase-js-sdk#5047. Fix is published upstream and we're working on updating the JS SDK version used in Emulator UI right now.
[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
[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
The text was updated successfully, but these errors were encountered: