1
votes

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:

enter image description here

Currently, when you click on collection, all documents become expanded:

enter image description here

Any help would be appreciated

1

1 Answers

1
votes

There is no way you can set in the Firebase console, whether your arrays/maps to be expanded or not when you open the browser. By default all are expanded. In order to be able to scroll less, collapse the array by simply pressing on the down-arrow in front of your photos array.

enter image description here

But I recommend you to file a feature request for that here.