Searching for this question, I did not find any solution. When clicking on a document in the firebase console, for some reason, all its fields open expanded. Meaning if you have collection authors
, and it contains some documents, with the field photos
, and photos
is an array of map
, they all get expended. It takes some time to load, and in some cases is not very convenient, because you have a big list of already opened elements. Is there any way to show document fields in the console without expending all its elements (by default)?
Here is what I would like to see, when clicking on document:
Currently, when you click on collection, all documents become expanded:
Any help would be appreciated