has anyone encountered after successful login via,...
# help
k
has anyone encountered after successful login via, google, facebook or appleID using supabase on ios that the browser isn't closed and its not redirecting to the app? i always have to click done on an empty page.
b
What's the environment here? Is this a native iOS app? What framework or tool did you use to create it?
k
Flutter
Works well on Android with deeplink, setup looks very well on ios too in regards to deeplins.
b
Maybe post this again in the Flutter channel. Sorry I’m an old Angular guy 🙂
k
to verify the deeplink was right, after some debugging, i change the deeplink in supabase settings to an invalid one and I could see that it says, not valid deeplink, but with the right deeplink, safari just remains open with white screen until i click done myself.
im not so sure if this is flutter issue perse.
b
Is this using the JavaScript api with Capacitor or Cordova?
k
native flutter. with supabase-flutter sdk
b
Ah ok. Yeah sorry I can’t be of more help but it couldn’t hurt to ask in the Flutter channel. Lots of help in this new Discord server!
k
thanks alot for your reply 🙂 off topic but regards auth: currently supabase handling on auth is kinda un-native for alot of users, for example: google, facebook, apple, you name it, has their own sdks to provide native auth integration, usually, we developers handle that and then we get a token where for example pass it to supabase and supabase should handle it, but as of now, it seems like supabase is build for web more than native apps.
b
Yeah I think addressing native apps is the next step for auth for us. It’s on our radar for sure though.
k
i would definitely like to help if this make it any faster. let me know if you need any support in regards to android or flutter(both android and ios) support when it comes to that. i'll definitely be willing to help 🙂
b
Yeah hit up @User on this. Or open up a PR and we’ll jump on it. Would love the help!
k
I can't open a PR yet until this is discussed with the backend folks as this would definitely change some behaviour. i'll pm @User regards this and see if i can be of any help.
b
He’s definitely the guy!
k
thanks for your replies & support. good job on the product, never was excited this much until i started working with supabase 🙂
b
Yeah me too. This is a great group of developers who ship a LOT of exciting code.
k
FYI: I created a FR https://github.com/supabase/gotrue-dart/issues/27 which describe how it could be implemented. I hope this catches you folks 🙂
b
It’ll be addressed for sure. Maybe not until after launch week is over, of course, but thanks for posting it!
d
@Kosh can you please paste your Deeplink here (with sensitive stuff obfuscated) . Am facing some issues with my deeplink . Just want to see an example .