Skip to content

🐛 [all] Provide better error messages for missing implementations #11655

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
cbenhagen opened this issue Oct 1, 2023 · 0 comments · Fixed by #11894
Closed

🐛 [all] Provide better error messages for missing implementations #11655

cbenhagen opened this issue Oct 1, 2023 · 0 comments · Fixed by #11894
Labels
type: enhancement New feature or request

Comments

@cbenhagen
Copy link
Contributor

For example FirebaseAuth.instance.currentUser?.multiFactor.getSession() on macOS currently throws a PlatformException without any information why this might be the case:

flutter: [firebase_auth/channel-error] Unable to establish connection on channel.
flutter: 
#0      MultiFactorUserHostApi.getSession (package:firebase_auth_platform_interface/src/pigeon/messages.pigeon.dart:2058:7)
<asynchronous suspension>
#1      MethodChannelMultiFactor.getSession (package:firebase_auth_platform_interface/src/method_channel/method_channel_multi_factor.dart:28:28)
<asynchronous suspension>

(If someone lands here through a Google search for this exact error: MFA and phone auth is not currently supported on macOS: firebase/firebase-ios-sdk#10034)

@cbenhagen cbenhagen added Needs Attention This issue needs maintainer attention. type: enhancement New feature or request labels Oct 1, 2023
@danagbemava-nc danagbemava-nc added triage Issue is currently being triaged. and removed Needs Attention This issue needs maintainer attention. triage Issue is currently being triaged. labels Oct 2, 2023
@firebase firebase locked and limited conversation to collaborators Dec 17, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: enhancement New feature or request
Projects
None yet
2 participants