Collections

Browse and navigate Firestore collections in Firepanel.

A collection in Firepanel corresponds directly to a Firestore collection. Firepanel renders it as a paginated table where each row is a document.

Browsing Collections

1

Open the Content section

Click Content in the left sidebar of your project.

2

Select a collection

The sidebar lists all collections available in your project. Click a collection name to open it.

Collections list view

3

View the collection table

The main panel shows a table of documents in the collection. Each column corresponds to a field defined in the matching Content Type.

Collection table with documents

Table Features

FeatureDescription
PaginationNavigate through large collections page by page
Column sortingClick a column header to sort documents
SearchFilter documents using the search bar (requires full-text search setup)
Row actionsView, edit, or delete documents from the row actions menu

Subcollections

If a document contains subcollections, you can drill into them by opening the document and clicking the subcollection name in the document view.

Note:

Subcollection support must be enabled in the corresponding Content Type field configuration.