The Open-Source
Firebase CMS & GUI Framework

The Firebase CMS and visual GUI to manage your Firestore data, build admin panels, and ship back-office apps in minutes.

Trusted by developers at leading companies

GoogleMicrosoftIKEA

and thousands more

One Framework,
Endless Back-Office Solutions

Use FireCMS as your Firebase GUI and Firestore CMS to manage content, users, and operations — all from a beautiful interface.

Content Management on Firestore

Power blogs and marketing sites with an intuitive, Notion-style editor backed by Firestore.

Internal Tools for Firebase

Build robust internal dashboards for support and ops, connected to Firebase and Firestore.

Custom GUI & Admin Panels on Firestore

Create bespoke, data-intensive admin panels and database GUIs with full control to add custom views and business logic.

Google Cloud Partner

From your database to a working CMS

Four steps, and only one of them is work you have to do yourself.

Point it at your data

FireCMS samples the documents already in your Firestore collections, infers the field types, and generates the tables and forms from them. Enum values can be inferred from the data too. No migration, no restructuring.

short_text
Name
Text fieldstring
drag_handle
upload_file
Image
File uploadstring
drag_handle
list
Category
Select/enumstring
drag_handle
flag
Available
Switchboolean
drag_handle
functions
do_not_disturb_on
price
This property is defined as a property builder in code
drag_handle
list
Currency
Select/enumstring
drag_handle
flag
Public
Switchboolean
drag_handle
short_text
Brand
Text fieldstring
drag_handle
format_quote
Description
Markdownstring
drag_handle
http
Amazon link
Urlstring
drag_handle
ballot
Publisher
Groupmap
drag_handle
short_text
Name
Text fieldstring
drag_handle
short_text
External id
Text fieldstring
drag_handle
drive_folder_upload
Images
Multiple file uploadarray
drag_handle
add_link
Related products
Multiple referencesarray
drag_handle
list_alt
Available locales
Multi select (enum)array
drag_handle
short_text
Uppercase Name
Text fieldstring
drag_handle
repeat
Tags
Repeat/listarray
drag_handle
schedule
Added on
Date/timedate
drag_handle
functions
do_not_disturb_on
spanish_title
This field is defined as an additional field in code
drag_handle
ballot
Metadata
Key-valuemap
drag_handle
short_text
Text field

Simple short text

Hide from collection
Read only
Select a property widget
short_text

Simple short text

subject

Text with multiple lines

format_quote

Text with advanced markdown syntax

http

Text with URL validation

mail

Text with email validation

link

The value refers to a different collection (it is saved as a string)

flag

Boolean true or false field (or yes or no, 0 or 1...)

list

Select one text value from within an enumeration

list_alt

Select multiple text values from within an enumeration

format_list_numbered

Select a number value from within an enumeration

format_list_numbered

Select multiple number values from within an enumeration

person

Select a user from the user management system. Store the user ID.

numbers

Simple number field with validation

upload_file

Input for uploading single files

drive_folder_upload

Input for uploading multiple files

link

The value refers to a different collection (it is saved as a reference)

add_link

Multiple values that refer to a different collection

schedule

A date time select field

ballot

Group of multiple fields

ballot

Flexible field that allows the user to add multiple key-value pairs

view_stream

A complex field that allows the user to compose different fields together, with a key/value format

repeat

A field that gets repeated multiple times (e.g. multiple text fields)

Property types inferred from the documents already in the collection, then refined.

Or let an agent set it up

FireCMS ships an MCP server. Point Claude or any MCP client at it and the whole setup happens in the conversation: connect the Firebase project, apply the security rules, infer every collection, shape schemas and invite users. Inside the app, DataTalk gives your team the same natural-language access to their data.

firecms · mcp
You

Connect my Firebase project to FireCMS and build the collections from what's already in Firestore.

my-shop-prodNot connected
Collections0 / 6
Waiting for the agent

Add the server to any MCP client and sign in with the account you already use.

npx @firecms/mcp-serverRead the MCP docs

Your team edits in a real UI

Editors get a spreadsheet-fast collection view with inline editing, filters, sorting and a Notion-style content editor — plus per-collection permissions, so people only touch what they should.

My demo app

/

Products

256
dark_modetranslate
listListfilter_listFilters
searchSearch
Demo actiondownloaduploadsettingsaddAdd Product
ID
short_text
Name
upload_file
Image
list
Category
flag
Available
flag
Public
list
Currency
short_text
Brand
format_quote
Description
numbers
Price
editmore_vert
B000P0MDMS
Baseball Cap
Clothing man
Euros
Authentic Pigment
This stylish baseball cap is made from 100% pigment-dyed cotton denim, offering a comfortable fit for everyday wear.
23.99
editmore_vert
B000UO4KXY
Conceal invisible shelf
Home storage
Euros
Umbra
The Conceal Invisible Shelf is a sleek and modern solution for displaying your most treasured books or items.
225
editmore_vert
B000ZHY0JK
Aviator RB 3025
Sunglasses
Euros
Ray-Ban
Unisex Sunglasses, Gold, 58 mm. These iconic sunglasses, known for their timeless style and exceptional construction.
115
editmore_vert
B0017TNJWY
Wine decanter
Serveware
Euros
Sagaform
This elegant wine decanter boasts a sophisticated design with a robust oak stopper, with a generous capacity of 2 liters.
Not available
editmore_vert
B001A793IW
Wobble Chess Set Walnut
Toys and games
Euros
Umbra
Discover the elegant and playful Wobble Chess Set in Walnut wood. The board measures 38 x 38 cm.
99

Typed fields — images, enums, switches, ratings — edited inline in the table.

You extend it in React

When the generated form is not enough, any React component can become a field or a whole new view. Run your own logic on onSave and onDelete. No black boxes.

Body partscustomMedicalMotion
Body front view
Front
Body back view
Back
Head & NeckShouldersChestBicepsTricepsForearmsAbsObliquesUpper BackLower BackHip FlexorsGlutesQuadsHamstringsCalves
bodyParts: ["chest", "triceps", "abs"]
Locationcustom
Gràcia41.4036, 2.1588
location: { lat: 41.4036, lng: 2.1588 }

The body-part picker is the real field MedicalMotion's therapists use.

Built with modern technologies

ReactTypeScriptTailwind CSSFirebase

Firebase GUI & CMS FAQ

Is FireCMS a Firebase GUI, a CMS, or both?

FireCMS is both. It provides a powerful Firebase GUI to browse, edit, and manage your Firestore data visually — and a full-featured headless CMS for content management and admin tooling.

Cloud vs Self‑hosted — which should I choose?

Choose Cloud for the fastest setup and zero maintenance. Choose Self‑hosted if you need full control, custom workflows, or client delivery. You can start on Cloud and move to self‑host anytime.

Can I infer a schema from my existing data?

Yes. FireCMS analyzes your Firestore/Atlas collections and generates a starting schema you can refine in a visual editor.

Do you support SSO/SAML?

SSO/SAML and advanced enterprise features are available on Enterprise plans. Contact us for details.

Is FireCMS open‑source?

Yes. The core framework is MIT‑licensed and open‑source. A PRO license adds advanced components, theming, and priority support.

“I've tried many other CMS including Strapi, Sanity, Contentful, Builder.io, none of them gave me a better experience than FireCMS!”
Fulei Huang
Fulei Huang
Software Engineer, Microsoft