We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a3868e6 + e73b585 commit d40b1a5Copy full SHA for d40b1a5
auth/README.md
@@ -28,7 +28,7 @@ The `useAuthState` hook takes the following parameters:
28
29
Returns:
30
31
-- `user`: The `auth.User` if logged in, or `undefined` if not
+- `user`: The `auth.User` if logged in, or `null` if not
32
- `loading`: A `boolean` to indicate whether the the authentication state is still being loaded
33
- `error`: Any `AuthError` returned by Firebase when trying to load the user, or `undefined` if there is no error
34
0 commit comments