You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/auth/usage/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Once successfully signed in, any [`onAuthStateChanged`](#listening-to-authentica
130
130
with the [`User`](/reference/auth/user) details.
131
131
132
132
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).
134
134
135
135
## Email/Password sign-in
136
136
@@ -168,7 +168,7 @@ Once successfully created and/or signed in, any [`onAuthStateChanged`](#listenin
168
168
with the [`User`](/reference/auth/user) details.
169
169
170
170
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).
0 commit comments