Live Status Check

Is Firebase Down?

Firebase is Google's mobile and web application development platform.

Click to check status

Real-time check from multiple global locations

Multi-region check
Instant results
No signup required

What to do if Firebase is down?

1. Verify the outage

Use our status checker above to confirm whether the issue is with Firebase or your local connection.

2. Check official status

Visit Firebase's status page for official updates, or see our Firebase Status Page guide.

3. Set up monitoring

Get instant alerts for future Firebase outages with PerkyDash's free uptime monitoring.

4. Have a status page ready

If your app depends on Firebase, create an emergency status page to keep your users informed.

Common Firebase Issues During Outages

  • Authentication sign-in failures
  • Firestore read/write operations timing out
  • Realtime Database listeners disconnecting
  • Cloud Functions cold starts failing
  • Firebase Hosting deployment errors

Never miss an outage again

Set up free monitoring for Firebase and get instant alerts via email, Slack, or webhooks when it goes down.

Frequently Asked Questions

Why is Firebase Authentication not working?

Auth failures can be due to Firebase outages or configuration issues. Check our status above and Firebase's Authentication component. If Firebase is up, verify your API key, check authorized domains, and ensure your Firebase project is active.

Is Firestore down or is it my queries?

Use our status checker and Firebase's Firestore component status. Firestore issues may be regional. If Firestore is up, check your security rules, verify indexes exist for complex queries, and monitor your usage against quotas.

Why is Firebase Realtime Database slow?

Performance issues can indicate partial outages or database structure problems. Check Firebase status. If the service is up, review your data structure (avoid deep nesting), check listener count, and ensure you're using proper indexing rules.

Does Firebase downtime affect my web/mobile app?

Firebase SDK has offline persistence for Firestore and Realtime Database. Your app can continue working with cached data during outages. Enable offline persistence and implement proper offline handling for the best user experience.

Check other Database & Storage services