Introduction
Firepanel is the admin panel Firebase forgot to build — a fast, focused interface for your live Firestore data.
Firepanel is an admin panel for your Firebase project. You connect a project once, and you get a clean, fast interface for browsing and editing your live data — no code, no scripts, no jumping between the Firebase Console and a half-dozen browser tabs.
Today Firepanel ships a complete Firestore experience. Auth, Storage, and AI-assisted workflows are on the way.
The problem it solves#
The Firebase Console is great at setup and terrible at day-to-day data work. Editing a document means clicking through nested fields one at a time. There's no real table view, no useful filtering, no bulk editing, and no way to save a view you use every day. So teams end up writing throwaway admin scripts against the Admin SDK just to fix a record or export a collection.
Firepanel replaces all of that with an interface built for the work:
- A real data table with typed columns, sorting, filtering, and search.
- Inline editing and a full document detail view with type-aware editors.
- Bulk operations — update or delete many documents at once, with undo.
- Saved views so the filters and columns you use every day are one click away.
- Export to JSON or CSV.
Who it's for#
Firepanel is built for the people who actually touch production data:
- Indie hackers and solo developers who want to manage their app's data without leaving a browser tab open on the Console.
- Small teams who need a shared, safe way to look at and edit Firestore.
- Support and ops who need to find and fix a record without bothering an engineer.
What Firepanel does not do#
Firepanel is honest about its scope. It is not a replacement for your backend, and it doesn't copy your data onto our servers.
Note
Firepanel reads your data live from your Firebase project, every time. We never keep a copy of your documents. Read more in How Firepanel works.
Where to go next#
Get the lay of the land
The Quickstart walks you from sign-up to browsing your data in about 30 seconds.
Connect your project
Connecting a project is the detailed, step-by-step guide to getting a Firebase service account and pasting it into Firepanel.
Understand the model
Core concepts explains what a project is and how Firepanel talks to Firebase safely.