Dev Tools
Firebase Auth
Firebase Authentication handles sign-in via email, phone, and social providers for millions of mobile and web apps on Google's infrastructure.
What is Firebase Auth?
Firebase Authentication handles user identity for millions of applications that developers have built on the Firebase platform. Acquired by Google in 2014, Firebase expanded from a real-time database into a comprehensive application development platform, and Authentication became one of its most widely used components — handling email and password login, phone number verification, and federated identity through Google, Apple, Facebook, Twitter, and custom providers. The client SDKs, available for web, iOS, Android, Flutter, Unity, and server-side environments, abstract the identity protocol complexity and provide session management, token refresh, and offline state handling out of the box.
Firebase Auth's role in an application stack is foundational: it sits at the top of every authenticated request. When Auth is healthy, users sign in, the SDK issues a short-lived JWT, and the application's backend verifies that token for every subsequent request. When Auth degrades, the failure propagates immediately downstream — sign-in fails, existing sessions cannot refresh their tokens, and applications that rely on Firebase Security Rules for Firestore or Realtime Database access lose their ability to verify permissions. For applications that use Firebase as their sole authentication provider, Auth degradation is equivalent to a complete service outage from the user's perspective.
Firebase Auth failures are distinctive in how they surface in applications. Email and password sign-in returns "auth/network-request-failed" or "auth/internal-error" codes when the Auth REST API is degraded. Phone number verification stalls at the SMS delivery step when the provider integration is experiencing issues. OAuth flows — where the application redirects to Google or Apple for login — complete at the provider but fail on the Firebase token exchange step, leaving users stuck in a redirect loop. Token refresh failures on existing sessions log users out silently as their JWT expires, causing application pages that require authentication to redirect to the login screen unexpectedly.
Outage.gg tracks Firebase Authentication service status using real-time community reports from developers and application operators. If sign-in is failing, token refresh is broken, or phone verification is stalling, the live status page shows current impact from the Firebase developer community.
Common Firebase Auth Problems
Issues users most frequently report when Firebase Auth is having problems.
Login failures
Players are unable to sign in, receiving authentication errors or being stuck on loading screens.
Matchmaking problems
Unable to find or join matches, long queue times, or errors when trying to connect to game servers.
Disconnections mid-session
Getting unexpectedly kicked from active sessions, losing in-game progress or items.
In-game store & purchases
Cannot load the in-game store, complete purchases, or received items are not appearing in inventory.
Frequently Asked Questions
Common questions about Firebase Auth outages and server status.
You can check the live Firebase Auth server status at outage.gg/services/firebase-auth. The page shows real-time community-submitted outage reports, an hourly trend chart, and the current health status.
Firebase Auth can stop working for a number of reasons including scheduled maintenance windows, unexpected server failures, network infrastructure problems, or DDoS attacks. Check the live status page on Outage.gg for the latest community reports to see if others are experiencing the same issue.
Go to outage.gg/services/firebase-auth and click the "Report an Issue" button. Your report is counted immediately and helps confirm whether a problem is widespread. Reports from multiple users trigger a status change visible to everyone watching the page.
Click the "Notify Me" bell button on the Firebase Auth status page at outage.gg/services/firebase-auth. Create a free account and we will send you an email the moment Firebase Auth comes back online — no app download required.
Many services maintain official status pages with planned maintenance notices. Outage.gg aggregates real-time community-reported outages which often surface faster than official channels.
Related Services
Other services you might be tracking alongside Firebase Auth.