Michael Bui
Michael Bui
Not sure what would be involved on the web side. Looks like the JS SDK is typically consumed as a node package and unless I've missed it, I haven't seen...
The platform interface is now available as a separate package so it can be used to implement the web version of the plugin. Let me know if you plan to...
@Jeremywhiteley in case there's a misunderstanding, that would still be possible what what I mentioned in my previous post. If you want details about this then you can read the...
@ir2pid sorry missed your message but don't know if that was directed to me and what plugin you're referring to but all flutter plugins can be searched on pub.dev Also...
> Here's some code for contribution that allows the use of appAuth.js for Dart: Looks as though you may have forgotten to add something after this sentence so don't know...
@jhancock4d haven't used it but looking at the code for `firebase_auth` that seems to be the way they've done it though if possible I'd say better not to force it...
@jhancock4d ignoring the full page transition, is part of the problem about how to fit the listener with the asynchronous methods that return a `Future`? If so, perhaps this could...
Actually I was thinking about the platform-specific properties could be taken out of the platform interface. I know there are some there right now. This avoids having a monolithic plugin...
What kind of conditions need to be checked though? If it's to check if the app is running on the web then use https://api.flutter.dev/flutter/foundation/kIsWeb-constant.html Conditional imports are available too if...
Can't both issues solved with a platform-specific method? I gave links to another plugin of mine that has platform-specific properties and methods. `token` method can already be used for refreshing...