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
When using the firestore emulator UI to edit data in firestore, the window that appears when you click the + or pencil icon next to a field closes unexpectedly after a few seconds (1-5seconds), as if the cancel button was pressed.
This seems to happen only when editing a nested field or adding a nested field to an existing field.
To Reproduce
Steps to reproduce the behavior:
Start the emulator with existing data (../latest is an export from firebase which is roughly 12MB large) firebase emulators:start --only firestore,auth,functions --import ../latest
Open the Emulator UI and go to Firestore > data
Open a document which contains nested fields
Click on the pencil icon in a nested field (i.e. a field in a map field)
Wait a couple seconds and the edit window closes
Expected behavior
The edit window does not close unless I click 'cancel', 'save' or click outside of it.
Screenshots
Example of the window which suddenly closes
Describe the bug
When using the firestore emulator UI to edit data in firestore, the window that appears when you click the + or pencil icon next to a field closes unexpectedly after a few seconds (1-5seconds), as if the cancel button was pressed.
This seems to happen only when editing a nested field or adding a nested field to an existing field.
To Reproduce
Steps to reproduce the behavior:
firebase emulators:start --only firestore,auth,functions --import ../latest
Expected behavior
The edit window does not close unless I click 'cancel', 'save' or click outside of it.
Screenshots
Example of the window which suddenly closes
Desktop:
The text was updated successfully, but these errors were encountered: