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.

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.

Table Features
| Feature | Description |
|---|---|
| Pagination | Navigate through large collections page by page |
| Column sorting | Click a column header to sort documents |
| Search | Filter documents using the search bar (requires full-text search setup) |
| Row actions | View, 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.
Related
- Documents — create, edit, and delete documents
- Content Types — define the structure of your collections