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
This change updates links in code documentation that are in Markdown
format to be in the expected JSDoc link format, so that they can be
correctly parsed by the api-documenter.
Copy file name to clipboardExpand all lines: packages/auth/src/core/strategies/email.ts
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ import { getModularInstance } from '@firebase/util';
34
34
35
35
/**
36
36
* Gets the list of possible sign in methods for the given email address. This method returns an
37
-
* empty list when [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled, irrespective of the number of
38
-
* authentication methods available for the given email.
* is enabled, irrespective of the number of authentication methods available for the given email.
39
40
*
40
41
* @remarks
41
42
* This is useful to differentiate methods of sign-in for the same provider, eg.
@@ -47,7 +48,8 @@ import { getModularInstance } from '@firebase/util';
47
48
* @param email - The user's email address.
48
49
*
49
50
* Deprecated. Migrating off of this method is recommended as a security best-practice.
50
-
* Learn more in the Identity Platform documentation for [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection).
51
+
* Learn more in the Identity Platform documentation for
Copy file name to clipboardExpand all lines: packages/auth/src/core/user/account_info.ts
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -93,7 +93,9 @@ export async function updateProfile(
93
93
* @param user - The user.
94
94
* @param newEmail - The new email address.
95
95
*
96
-
* Throws "auth/operation-not-allowed" error when [Email Enumeration Protection](https://cloud.google.com/identity-platform/docs/admin/email-enumeration-protection) is enabled.
0 commit comments