Read Auth State

Returns the current Firebase authentication state. Use this to check whether the user is already signed in before triggering a sign-in flow. Returns signedIn (bool), uid, email, displayName, and isAnonymous.

When to Use

How to Use

Location: N/A — read-only background call

  1. Call readAuthState to check if the user is signed in

What to Expect

Returns { signedIn, uid, email, displayName, isAnonymous }

Prerequisites

None.

Limitations

Related Features

Generated Apr 6, 2026 by programmatic