Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
Description
When attempting to see the full content of a Firestore document via the Query Builder, it gets automatically collapsed when there are numerous fields inside nested arrays or maps.
What you expected to happen:
I expected to be able to see the full content of the fields inside each document from within the Firestore Query Builder page.
Steps to reproduce:
Creating a document with multiple nested arrays and map fields and checking it through the Query Builder.
Other information (workarounds you have tried, documentation consulted, etc):
Viewing the documents by accessing the Firestore Data Viewer does not collapse any field’s content and it displays the full data of the document.
A workaround would be, as detailed in the [documentation][1], using the WHERE statements of the queries as they can also be applied as filters. Alternatively, the [client library][2] can also be used to fetch the content of the Firestore document.
[1]
[2]