|
1 |
| - Project: /docs/reference/js/_project.yaml |
| 1 | +Project: /docs/reference/js/_project.yaml |
2 | 2 | Book: /docs/reference/_book.yaml
|
3 | 3 | page_type: reference
|
4 | 4 |
|
@@ -35,9 +35,8 @@ Firebase Authentication
|
35 | 35 | | [isSignInWithEmailLink(auth, emailLink)](./auth.md#issigninwithemaillink) | Checks if an incoming link is a sign-in with email link suitable for [signInWithEmailLink()](./auth.md#signinwithemaillink)<!-- -->. |
|
36 | 36 | | [onAuthStateChanged(auth, nextOrObserver, error, completed)](./auth.md#onauthstatechanged) | Adds an observer for changes to the user's sign-in state. |
|
37 | 37 | | [onIdTokenChanged(auth, nextOrObserver, error, completed)](./auth.md#onidtokenchanged) | Adds an observer for changes to the signed-in user's ID token. |
|
38 |
| -| [sendPasswordResetEmail(auth, email, actionCodeSettings)](./auth.md#sendpasswordresetemail) | Sends a password reset email to the given email address. This method does not throw an error when \[Email Enumeration Protection\](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled. | |
39 | 38 | | [revokeAccessToken(auth, token)](./auth.md#revokeaccesstoken) | Revokes the given access token. Currently only supports Apple OAuth access tokens. |
|
40 |
| -| [sendPasswordResetEmail(auth, email, actionCodeSettings)](./auth.md#sendpasswordresetemail) | Sends a password reset email to the given email address. | |
| 39 | +| [sendPasswordResetEmail(auth, email, actionCodeSettings)](./auth.md#sendpasswordresetemail) | Sends a password reset email to the given email address. This method does not throw an error when \[Email Enumeration Protection\](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled. | |
41 | 40 | | [sendSignInLinkToEmail(auth, email, actionCodeSettings)](./auth.md#sendsigninlinktoemail) | Sends a sign-in email link to the user with the specified email. |
|
42 | 41 | | [setPersistence(auth, persistence)](./auth.md#setpersistence) | Changes the type of persistence on the [Auth](./auth.auth.md#auth_interface) instance for the currently saved <code>Auth</code> session and applies this type of persistence for future sign-in requests, including sign-in with redirect requests. |
|
43 | 42 | | [signInAnonymously(auth)](./auth.md#signinanonymously) | Asynchronously signs in as an anonymous user. |
|
@@ -413,7 +412,7 @@ export declare function fetchSignInMethodsForEmail(auth: Auth, email: string): P
|
413 | 412 | | Parameter | Type | Description |
|
414 | 413 | | --- | --- | --- |
|
415 | 414 | | auth | [Auth](./auth.auth.md#auth_interface) | The [Auth](./auth.auth.md#auth_interface) instance. |
|
416 |
| -| email | string | The user's email address.<!-- -->Deprecated Migrating off of this method is recommended as a security best-practice. | |
| 415 | +| email | string | The user's email address.<!-- -->Deprecated. Migrating off of this method is recommended as a security best-practice. Learn more in the Identity Platform documentation for \[Email Enumeration Protection\](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection). | |
417 | 416 |
|
418 | 417 | <b>Returns:</b>
|
419 | 418 |
|
|
0 commit comments