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

Window for adding or editing firestore data closes unexpectedly #984

Open
thefunkman opened this issue Aug 5, 2023 · 0 comments
Open

Window for adding or editing firestore data closes unexpectedly #984

thefunkman opened this issue Aug 5, 2023 · 0 comments
Assignees

Comments

@thefunkman
Copy link

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:

  1. 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
  2. Open the Emulator UI and go to Firestore > data
  3. Open a document which contains nested fields
  4. Click on the pencil icon in a nested field (i.e. a field in a map field)
  5. 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
image

Desktop:

  • OS: Linux DESKTOP-L9UI1M3 5.15.90.1-microsoft-standard-WSL2 Show a breadcrumb when rooted at a lower node #1 SMP Fri Jan 27 02:56:13 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
  • Browser : Chome Version 114.0.5735.248 (Official Build) (64-bit) and also tested in Edge Version 115.0.1901.188 (Official build) (64-bit)
  • firebase --version: 12.4.7
@christhompsongoogle christhompsongoogle self-assigned this Aug 8, 2023
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

No branches or pull requests

2 participants