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.
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.