Find the code example in the docs: supabase.com/docs/guides/auth/native-mobile-deep-linking?TZ6O1C8ujE
@techjandro Жыл бұрын
Thanks a lot for this expo series, I looove Supabase and being able to use these together is just awesome.
@eskimo6097 Жыл бұрын
Right when I started making the mobile version of my web app with supabase and expo! Thank you!!!
@noahb.e.church7 ай бұрын
Thanks, you helped me get magic link working!
@awesomecreeper5441 Жыл бұрын
Can the redirect link work if you are developing on a windows computer without a mobile simulator, and only using expo go?
@cesswhiteАй бұрын
why with Google, this example dont work? I got a error in const res = await WebBrowser.openAuthSessionAsync(data.url, redirectTo)
@amanpalod26992 ай бұрын
how do i implement this deep linking for the sing up process insteaed? I would want the users to sign up using other services like gmail, etc. and then revert back to the app that i am building. The docs do not talk about sign up at all for deep linking
@8HcT7 ай бұрын
Does this works on react native web? is giving me problems there, on cellphone no
@Amy-gt5jw3 ай бұрын
Redirect ULRs are necessary even if I don't have a custom domain?
@md.rezwanferdous2874 Жыл бұрын
it seems to be not working in expo go app, any instruction on how to run on expo go?
@akashchoudhary8162 Жыл бұрын
Expo docs mention that it requires a development build to work. It won't work in expo go app.
@rtorcato Жыл бұрын
any plans for Supabase with Swift tutorials?
@Supabase Жыл бұрын
Yes, we're working towards the v1 of the Swift client library and will include tutorials and videos for the launch.
@tonys3413 Жыл бұрын
according react native docs, isn't it insecure to send access token via deep link? "Deep links are not secure and you should never send any sensitive information in them. The reason deep links are not secure is because there is no centralized method of registering URL schemes."
@CokyCokino9 ай бұрын
Hi, with Expo 50, I'm getting this error when I run npx expo run:ios. " Something went wrong running `pod install` in the `ios` directory. Command `pod install` failed.└─ Cause: Invalid `Podfile` file: unexpected token at ''." How can I solve it?
@giftopia15699 ай бұрын
You might've solved it... but: run `cd ios && pod install`
@ThomLamb41611 ай бұрын
Very helpful thank you
@justanotherhero8981 Жыл бұрын
I have followed this video but for some reason it is still not working. On my web app both providers can be used(Spotify and Github) but on the react native app, when building it and running it on a real android device, when clicking on log in with github/spotify it just opens the the redirect url correctly, but it never goes back to the app itself so the user is never authorized. Has anyone experienced something like this?
@justanotherhero8981 Жыл бұрын
Welp after spending 5 hours on this trying every possible fix to see why it did not redirect me back to the app, the fix turned out to be very simple as always. The scheme property in app.json MUST BE IN LOWERCASE. I had capitalized the first letter of each word to be similar to my app name and I had no idea this was blocking all redirects for some reason.
@brunomoura13226 ай бұрын
@@justanotherhero8981 you ma friend, are just another hero. Thank you for taking your time to share your solution. Have a great day !
@arory26229 ай бұрын
magic link doens't work
@bryanj17119 ай бұрын
Had the same issue. I realized it was because I had no set an email address for the magicLink to send to. Check sendMagicLink function that you are sending it to a valid email.