Content Types

Overview of Content Types in Firepanel — define the schema and structure for your Firestore collections.

Overview

Content Types are the schemas that define the structure of your Firestore collections. They tell Firepanel what fields a collection contains, how to render them in the editor, and what validation rules to apply.

Think of a Content Type as a blueprint — it describes what a document in a collection should look like.

Content Type Tabs

When editing a content type, you will see four tabs:

TabDescription
StructureDefine the fields and their types
CollectionsLink the content type to specific Firestore collections
ListConfigure which fields appear in the collection table and their order
ActionsDefine custom document-level actions