ZayedOS — Live Auth Diagnostic

This is a direct report of the browser's current Firebase session.

{
  "status": "Initializing...",
  "auth": null,
  "firestore": null
}

Next Steps:

  • If `uid` is `null`, your session is clear. Proceed to the login page.
  • If `uid` is present but is not the superadmin UID, you have a stale session. Go to /auth/force-logout to clear it.
  • If `firestoreProfileExists` is `false`, the user profile is missing in the database, which will cause the app to fail.