Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The `useAuthState` hook takes the following parameters:

Returns:

- `user`: The `auth.User` if logged in, or `undefined` if not
- `user`: The `auth.User` if logged in, or `null` if not
- `loading`: A `boolean` to indicate whether the the authentication state is still being loaded
- `error`: Any `AuthError` returned by Firebase when trying to load the user, or `undefined` if there is no error

Expand Down