Skip to content

docs(firebase_auth): replace deprecated fetchSignInMethodsForEmail in error handling docs#18199

Open
karnemanideep wants to merge 1 commit intofirebase:mainfrom
karnemanideep:docs/fix-auth-error-handling
Open

docs(firebase_auth): replace deprecated fetchSignInMethodsForEmail in error handling docs#18199
karnemanideep wants to merge 1 commit intofirebase:mainfrom
karnemanideep:docs/fix-auth-error-handling

Conversation

@karnemanideep
Copy link
Copy Markdown

@karnemanideep karnemanideep commented Apr 15, 2026

Description

The fetchSignInMethodsForEmail() method is deprecated but the error
handling documentation still referenced it for handling
account-exists-with-different-credential errors. This PR updates
the code example to use the recommended approach instead.

Related Issues

Fixes #12909

Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • My PR includes unit or integration tests for all changed/updated/fixed behaviors (See [Contributor Guide]).
  • All existing and new tests are passing.
  • I updated/added relevant documentation (doc comments with ///).
  • The analyzer (melos run analyze) does not report any problems on my PR.
  • I read and followed the [Flutter Style Guide].
  • I signed the [CLA].
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

  • No, this is not a breaking change.

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@google-cla
Copy link
Copy Markdown

google-cla bot commented Apr 15, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@karnemanideep karnemanideep force-pushed the docs/fix-auth-error-handling branch from a975b50 to 9b18093 Compare April 16, 2026 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[📚] Flutter handle errors not up to date

1 participant