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
Hello - thanks you for sharing the hard work you've done in this library. I wanted to help by reporting that when trying to open the sign in module in Flutter Web, I get the following error:
Error MissingPluginException(No implementation found for method launchFlow on channel firebase_auth_ui)
I'm using the FirebaseAuthUi.instance().launchAuth([ method as shared in the examples. I see that uses some sort of reflection (I'm not a Dart expert).
Is this a valid defect? If so, how can I help fix it?
Also, is there a workaround? How can I manually trigger the login screen (launchFlow)?
Thanks so much in advance.
The text was updated successfully, but these errors were encountered:
jarias14
changed the title
Unable to start sign in page in Web
Unable to start sign-in page on Web
May 23, 2020
Hi, web isn't supported ATM. If you want, you can add this functionality and submit a PR for it :) I am currently too busy with other stuff and there are already some open issues which I'll need to address first when I get some time.
Hello - thanks you for sharing the hard work you've done in this library. I wanted to help by reporting that when trying to open the sign in module in Flutter Web, I get the following error:
I'm using the
FirebaseAuthUi.instance().launchAuth([
method as shared in the examples. I see that uses some sort of reflection (I'm not a Dart expert).Is this a valid defect? If so, how can I help fix it?
Also, is there a workaround? How can I manually trigger the login screen (launchFlow)?
Thanks so much in advance.
The text was updated successfully, but these errors were encountered: