[2024] React Native Firebase Authentication Apple Login

Поделиться
HTML-код
  • Опубликовано: 21 ноя 2024

Комментарии • 11

  • @VladimirMaltsev-q5i
    @VladimirMaltsev-q5i 6 дней назад

    You are a savior! Struggled with this for 4 days before i finally stumbled onto your youtube video and everything started working :)

  • @dternjej
    @dternjej 2 месяца назад +3

    Great tutorial, nicely presented - exactly what I needed but couldn't find anywhere else. Could you make a video on how to get rid of the 'DeprecationWarning: The punycode module is deprecated.' It's annoying; I see it appears in your video as well - I haven't been able to solve it.

    • @andrewheimdev
      @andrewheimdev  2 месяца назад

      Sure thing I'll take a look into it!

    • @andrewheimdev
      @andrewheimdev  2 месяца назад

      stackoverflow.com/questions/78516645/warning-deprecationwarning-the-punycode-module-is-deprecated-please-use-a-u
      I looked into it a bit, and looks like it should eventually get fixed with newer updates, and it doesn't effect the functionality, so I would ignore it for now. But you can use:
      npm ls punycode
      to list out the dependencies that are causing the issue in your code.

  • @gibber1sh-c6w
    @gibber1sh-c6w 2 месяца назад +2

    Great stuff!
    What if your build is on Expo's EAS? Do you need to have a local build so that you can open it on XCode or is there a way around it?

    • @andrewheimdev
      @andrewheimdev  2 месяца назад

      Thanks!
      I don't use EXPO EAS Build, so I don't have the best knowledge.
      But to open it on xcode you would need an IOS folder generated in your local project. That being say you can run:
      npx expo prebuild --platform ios
      to generate that IOS folder.

    • @gibber1sh-c6w
      @gibber1sh-c6w 2 месяца назад +1

      @@andrewheimdev Got it. Thanks!

    • @andrewheimdev
      @andrewheimdev  2 месяца назад +1

      @@gibber1sh-c6w yeah no problem!

  • @balawalchaudry4127
    @balawalchaudry4127 9 дней назад +1

    great video! one question, is there a way to retrieve the name of the user when you log in? i know you can get the email but i was wondering if you could also retrieve the name. if so, what is the field for that? i can't seem to find it.

    • @andrewheimdev
      @andrewheimdev  9 дней назад

      I would just console.log the user object and see if the name is attached to the account. Then you have access to it ...
      But if you already did that, and it's not there (which I remember it is not being accessible, but I could be wrong), then you would have to create an input name screen that let's them input their name so you can save it later.

  • @DRBB123
    @DRBB123 6 дней назад

    Title should be EXPO login