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
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)
The text was updated successfully, but these errors were encountered:
For example
FirebaseAuth.instance.currentUser?.multiFactor.getSession()
on macOS currently throws aPlatformException
without any information why this might be the case:(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)
The text was updated successfully, but these errors were encountered: