Skip to content

Commit

Permalink
Mark method as deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
prameshj committed Nov 8, 2023
1 parent f727f31 commit 3a82aa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/auth/src/core/strategies/email.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ import { getModularInstance } from '@firebase/util';
*
* @param auth - The {@link Auth} instance.
* @param email - The user's email address.
*
*
* Deprecated Migrating off of this method is recommended as a security best-practice.
* @public
*/
export async function fetchSignInMethodsForEmail(
Expand Down

0 comments on commit 3a82aa4

Please sign in to comment.