Brian Oh

Results 14 comments of Brian Oh

Ok noted that which in short it must be dynamically hosted right?

I understand where you are coming from however the issue is the the release folder is kind of different from the actual folder where you run it dynamically. In a...

I am also facing the same issue. Its abit urgent on my side because of signing in breaking on my app. Please help Hello @russellwheatley This is a very similar...

Function Logic 1. Send Link to email upon user activation ``` Future sendSignInLinkToEmail(String email) async { (await SharedPreferences.getInstance()).setString("auth_email", email); final String packageId = await AppUtils.getPackageIdentifier(); String url; url = "https://myurl/myurl";...

> @russellwheatley and @darshankawar can you please verify this is a real bug, or it's just some tricky setup missed in the parameter? This is one of the popular feature...

> Hey @rcjuancarlosuwu, I've tested this and I received an `oobCode` & `mode` for android & iOS on both `onLink` & `getInitialLink`. > > > > Are you sure you...

> Hi, @brijq, it isn't being ignored, you just have unnecessary code that won't effect the link in your sample. Here is an article on producing a reproduction: https://stackoverflow.com/help/minimal-reproducible-example. Read...