Is Firebase down? Live platform status
Google's mobile & web BaaS
Live Firebase reachability — Google's BaaS console, docs and status feed checked from your browser.
To check if Firebase is down, monitor core endpoints including Firebase Auth, Firestore, and the Google Cloud status dashboard. supabase.health runs client-side reachability checks directly from your browser to distinguish regional network drops from global Google infrastructure outages.
Firebase API Status
Live, in-browser checks against Firebase's public APIs. Refreshes every 15s.
Platform
Firebase public surfaces
- firebase.google.comMarketing + docs—mswarming up
- Firebase Consoleconsole.firebase.google.com—mswarming up
- Firebase Statusstatus.firebase.google.com—mswarming up
Firebase does not expose a CORS-enabled public status JSON. These checks confirm DNS/TCP/TLS reachability of the marketing, console and status pages only.
I'm Fire — your Firebase guide. Ask about Firestore, Cloud Functions, or Security Rules.
Visit FirebaseSponsored content. supabase.health may earn a referral reward when you sign up via this widget. Answers are informational only — not financial advice.
Official Firebase status page
Open ↗About Firebase
Firebase is Google's mobile + web backend-as-a-service, offering Firestore, Realtime Database, Auth, Cloud Functions, Hosting and Cloud Messaging on top of Google Cloud. This page tracks whether Firebase's public surfaces respond from your browser.
Firebase at a glance
- Owner
- Google (since 2014)
- Core DBs
- Firestore, Realtime Database
- Runtime
- Cloud Functions (Node, Python)
- Pricing
- Spark (free) / Blaze (pay-as-you-go)
- Underlying
- Google Cloud Platform
Common Firebase issues
- Firestore reads spiking bill
Firestore charges per document read. A missing composite index or an unbounded onSnapshot listener can burn thousands of reads per minute.
- Cloud Functions cold starts
Gen-2 functions cold-start in seconds when idle. Use min-instances or upgrade to Cloud Run for latency-sensitive workloads.
- Auth quota exceeded
Email-link and phone auth have daily quotas on the free tier. Blaze plan raises them but does not remove abuse protection thresholds.
Background
Firebase started in 2011 as a realtime-database startup and was acquired by Google in 2014. It has since grown into a full mobile/web application platform and is the reference BaaS every open alternative (including Supabase) explicitly compares itself against.
Frequently asked
How can I tell if Firebase is down or if it's my app?
Where is the official Firebase status dashboard located?
What causes common Firebase connection timeouts?
Is Firebase down right now?
Is Firebase a Google Cloud service?
About this check
All data is provided on a best-effort basis with no guarantees about accuracy or availability. This is an unofficial status page and is not affiliated with, endorsed by, or sponsored by Firebase.
Checks run client-side from your browser against Firebase's public endpoints. Latency reflects your network path, not the server's health alone. See our resources for more on how to read these checks.