The fastest way to manage your Firebase Data Connect database.
Browse, filter, sort, and edit your Data Connect (PostgreSQL) tables at the speed of thought — no page reloads, no friction.
What is Firebase Data Connect?
Firebase Data Connect is Google's fully managed, GraphQL-based backend for a real PostgreSQL database, built directly into the Firebase platform — actual SQL tables, foreign keys, and joins, not NoSQL documents. There's just one problem: the official Firebase console still doesn't have a proper table view for it.
FireWand fills that gap. It's a purpose-built SQL database manager for Firebase Data Connect — browse, filter, sort, and edit your PostgreSQL tables, follow foreign-key relationships, and run raw SQL, all without leaving your browser or opening psql.
The SQL database manager Firebase Data Connect deserves.
⏳ Firebase console
- ✕ Full page reloads to browse a single table
- ✕ No SQL editor — every query means clicking through screens
- ✕ No inline editing — every change opens a separate form
⚡ FireWand
- ✓ Instant, table-first browsing — no reloads
- ✓ A real SQL console for your Data Connect (PostgreSQL) database
- ✓ Click a cell, edit it, done
Built with your data's safety in mind
FireWand never asks for or stores a password, for your Google account or your database.
Every query runs as you, using your own Google Cloud IAM permissions — FireWand has no service account that can see more than you can.
FireWand doesn't keep any long-lived access to your Google account on our servers. Your connection only lives for the current session — reconnect any time with one click.
Signing out revokes FireWand's access to your Google Cloud project immediately — not just your browser session.
Pricing
First project
$0 forever
One GCP project, fully linked — free for as long as you use it, no credit card required.
Additional projects
$2.99 /month
Or $29.90/year — 2 months free. Subscribe once and link as many additional projects as you want — not billed per project.
Frequently asked questions
What is Firebase Data Connect?
Firebase Data Connect is Google's managed PostgreSQL backend for Firebase apps, accessed through a generated GraphQL API. It's the SQL counterpart to Firestore — real tables, foreign keys, and relational data instead of NoSQL documents.
Can I run SQL queries on my Firebase Data Connect database?
Yes. FireWand includes a built-in SQL console, so you can run any query your Postgres role is allowed to run — not just browse tables through a form.
Is FireWand free?
Your first linked GCP project is free forever. A subscription — $2.99/month or $29.90/year — unlocks linking as many additional projects as you need.
Does FireWand store my database password?
No. FireWand never sees or stores a database password — it connects to Cloud SQL using your own Google Cloud IAM identity, the same permissions you already have.