Auth deep linking in Expo React Native

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

ความคิดเห็น • 25

  • @Supabase
    @Supabase  ปีที่แล้ว

    Find the code example in the docs: supabase.com/docs/guides/auth/native-mobile-deep-linking?TZ6O1C8ujE

  • @techjandro
    @techjandro ปีที่แล้ว +4

    Thanks a lot for this expo series, I looove Supabase and being able to use these together is just awesome.

  • @eskimo6097
    @eskimo6097 ปีที่แล้ว +1

    Right when I started making the mobile version of my web app with supabase and expo! Thank you!!!

  • @noahb.e.church
    @noahb.e.church 5 หลายเดือนก่อน

    Thanks, you helped me get magic link working!

  • @amanpalod2699
    @amanpalod2699 27 วันที่ผ่านมา

    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

  • @awesomecreeper5441
    @awesomecreeper5441 ปีที่แล้ว +2

    Can the redirect link work if you are developing on a windows computer without a mobile simulator, and only using expo go?

  • @Amy-gt5jw
    @Amy-gt5jw หลายเดือนก่อน

    Redirect ULRs are necessary even if I don't have a custom domain?

  • @8HcT
    @8HcT 5 หลายเดือนก่อน +1

    Does this works on react native web? is giving me problems there, on cellphone no

  • @md.rezwanferdous2874
    @md.rezwanferdous2874 11 หลายเดือนก่อน +1

    it seems to be not working in expo go app, any instruction on how to run on expo go?

    • @akashchoudhary8162
      @akashchoudhary8162 11 หลายเดือนก่อน

      Expo docs mention that it requires a development build to work. It won't work in expo go app.

  • @ThomLamb416
    @ThomLamb416 10 หลายเดือนก่อน

    Very helpful thank you

  • @justanotherhero8981
    @justanotherhero8981 10 หลายเดือนก่อน

    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
      @justanotherhero8981 10 หลายเดือนก่อน +3

      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.

    • @brunomoura1322
      @brunomoura1322 4 หลายเดือนก่อน

      @@justanotherhero8981 you ma friend, are just another hero. Thank you for taking your time to share your solution. Have a great day !

  • @CokyCokino
    @CokyCokino 8 หลายเดือนก่อน

    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?

    • @giftopia1569
      @giftopia1569 7 หลายเดือนก่อน +2

      You might've solved it... but:
      run `cd ios && pod install`

  • @rtorcato
    @rtorcato ปีที่แล้ว +1

    any plans for Supabase with Swift tutorials?

    • @Supabase
      @Supabase  ปีที่แล้ว +2

      Yes, we're working towards the v1 of the Swift client library and will include tutorials and videos for the launch.

  • @tonys3413
    @tonys3413 ปีที่แล้ว +1

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

    • @curious_cat505
      @curious_cat505 4 หลายเดือนก่อน +1

      signInWithOAuth supports the PKCE flow

  • @arory2622
    @arory2622 8 หลายเดือนก่อน

    magic link doens't work

    • @bryanj1711
      @bryanj1711 7 หลายเดือนก่อน

      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.

  • @Fhjjjhhh
    @Fhjjjhhh 10 หลายเดือนก่อน

    do not work