Skip to content

Commit 3ed4647

Browse files
ashuvssutmikehardy
andauthored
docs(auth): update links to full auth error messages list (#7123)
Co-authored-by: Mike Hardy <[email protected]>
1 parent e8a7116 commit 3ed4647

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/auth/usage/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Once successfully signed in, any [`onAuthStateChanged`](#listening-to-authentica
130130
with the [`User`](/reference/auth/user) details.
131131

132132
In case any errors occur, the module provides support for identifying what specifically went wrong by attaching a code
133-
to the error. For a full list of error codes available, view the [Firebase documentation](https://firebase.google.com/docs/reference/js/firebase.auth.Auth#error-codes_9).
133+
to the error. For a full list of error codes available, view the [Firebase documentation](https://firebase.google.com/docs/reference/js/auth.md#autherrorcodes).
134134

135135
## Email/Password sign-in
136136

@@ -168,7 +168,7 @@ Once successfully created and/or signed in, any [`onAuthStateChanged`](#listenin
168168
with the [`User`](/reference/auth/user) details.
169169

170170
In case any errors occur, the module provides support for identifying what specifically went wrong by attaching a code
171-
to the error. For a full list of error codes available, view the [Firebase documentation](https://firebase.google.com/docs/reference/js/firebase.auth.Auth#error-codes_3).
171+
to the error. For a full list of error codes available, view the [Firebase documentation](https://firebase.google.com/docs/reference/js/auth.md#autherrorcodes).
172172

173173
## Authenticate with backend server
174174

0 commit comments

Comments
 (0)