Is Firebase actually free?
How these scores work
Free to start and genuinely usable at small scale — but the moment you need cloud functions or outgrow the quotas, you move to metered billing with a card attached.
The free quotas genuinely cover a prototype. The danger is the shape of the plan above them.
What you get free
- The Spark plan: a hosted database, authentication and hosting at small scale
- Generous free quotas for a prototype or small app
- No card required to stay on Spark
In practice: a strong free prototype tier attached to a pay-as-you-go plan that has no brakes fitted as standard.
Drawbacks
- Blaze bills by usage with no default hard cap
- Core features like functions aren't available on the free plan at all
- Deep lock-in — moving off Firebase later is a rewrite
Also paywalled
- Cloud Functions and several other services require the Blaze plan
- Any usage above the Spark quotas
- Outbound networking from functions
Free facts
| Verdict | Free-ish |
| Card required | Not for Spark; required for Blaze |
| Auto-bills | Yes on Blaze — usage-based, no hard cap by default |
| Account | Google account required |
| Limits | Spark plan quotas; several services need the paid plan at all |
| The real cost | Free until you need a feature Spark doesn't carry — then it's metered billing. |
The catch
The real risk isn't the upgrade, it's what the upgrade means: Blaze bills by usage with no hard spending cap by default. A loop in your code or a burst of traffic bills you for it, and the budget alert tells you afterwards.
The smart play
- Set a budget alert the same hour you enable Blaze — before you write any code against it
- Alerts notify; they don't stop spend. If a hard ceiling matters, add a function that disables billing when the budget trips
- Supabase's free tier covers a lot of the same ground without metered billing at all
More info — tap to expand
Budget alerts are not spending limits
Lock-in is the other price
Last checked: July 2026 · Verdict: Free-ish — a free tier exists, but it's shaped to squeeze you toward paying.
Visit Firebase →