React Native Expo Firebase Facebook Login

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

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

  • @vd853
    @vd853 Год назад +1

    OMG only tutorial that worked...

  • @mehdikhalfallah3056
    @mehdikhalfallah3056 2 года назад +4

    I wanna add somethign important, is that google sign in and facebook sign in will work on dev mode, but in release mode in THE STORE, it won't work until you add the sha1 from the google play store to the the project in firebase console

    • @tanny3080
      @tanny3080 2 года назад

      iOS works fine but it didn't work on android even I added the sha1 from the google play store to the the project in firebase console. Did you make it work on android ?

  • @ainanirina758
    @ainanirina758 2 года назад

    Nice video man!

  • @kristofbulyovcsity2393
    @kristofbulyovcsity2393 2 года назад +4

    Hi! Really awesome tutorial, finally got facebook login working :D. Could you please do the same combo with google sign in? (Expo+Firebase+Google) I would really appreciate !!

    • @m__link6499
      @m__link6499 2 года назад

      oh yeah that will be great....

  • @matheusboldrini
    @matheusboldrini Год назад +1

    Hello!
    i'm trying to execute your code and is showing this error:
    " Possible Unhandled Promise Rejection (id: 0):
    TypeError: Cannot read properties of undefined (reading 'logInWithPermissions')..."
    do you know how to solve this?

  • @Medo-jr5cu
    @Medo-jr5cu 2 года назад

    Good job

  • @TunnaDuong
    @TunnaDuong 2 года назад

    i got error: `new NativeEventEmitter()` requires a non-null argument whenever I try to import from react-native-fbsdk-next. When I tried to run expo run:ios, I got a lot of pod install errors. Since I'm using Macbook M1 so I think that is the problem.

  • @karimdakrouri3410
    @karimdakrouri3410 Год назад

    Here you are ejecting from expo correct?

  • @CokyCokino
    @CokyCokino 2 года назад +1

    Hi, I got a lot of errors with "expo run IOS". This for example: Failed to build iOS project. "xcodebuild" exited with error code 65.

  • @טלגרימן-ע9נ
    @טלגרימן-ע9נ 2 года назад

    Hi, Thanks for the great explanation its great video, will be happy if you will can to make React Native Expo Firebase Google Login too, Thanks a lot..

  • @khatariinsaan5284
    @khatariinsaan5284 2 года назад

    Bro Your are doing Great
    I have a request for you
    Plz Plz --- Make a food delivery app using react-native Expo
    *Which has the following features*
    1) Login/Register
    2) Cart Adding
    3) Search
    4) Filter
    5) Google Map

  • @JamesLeeTabao
    @JamesLeeTabao 2 года назад

    Hi, do you happen to have tried on working with the facebook sign in for the Expo Managed? I'm kinda in a stumped as most of the tutorials I see are for Bare workflow.

    • @tashanemclean1269
      @tashanemclean1269 Год назад

      This implementation works for managed workflow as well!

  • @josephfatoye6293
    @josephfatoye6293 2 года назад

    Does this work for android and ios?

  • @danialmunsif
    @danialmunsif 2 года назад

    Can you please do same facebook login with AWS AMPLIFY as well and React Native.
    plzzzzzzzzzzz

  • @weiwei9785
    @weiwei9785 2 года назад +4

    help me!! I try to study with you, but I'm stuck. ( Possible Unhandled Promise Rejection (id: 0):
    TypeError: null is not an object (evaluating 'LoginManager.logInWithPermissions') )

    • @darkfire586
      @darkfire586 2 года назад +1

      I'm also getting the same error brother

    • @weiwei9785
      @weiwei9785 2 года назад +1

      @@darkfire586 but i can not install project on app expo go. if you can please help me ^^

    • @origarsa
      @origarsa 2 года назад +1

      I have the same error. Were you able to find a solution?

    • @jaysmith8610
      @jaysmith8610 Год назад +1

      same error : (

  • @CodingDiariesHub
    @CodingDiariesHub Год назад

    "plugins":["react-native-fbsdk-next",
    {
    "appID": "647528727163209",
    "clientToken": "81cef5328441b5ed3b0594d759ea9915",
    "displayName": "YFF"

    }
    ],
    i added those plugins to app.json but i get this eroor
    missing appID in the plugin properties
    Error: missing appID in the plugin properties

    • @tashanemclean1269
      @tashanemclean1269 Год назад

      I saw this error due to a preexisting iOS folder from a previous command, if true for you, delete it and try running command again!

    • @tashanemclean1269
      @tashanemclean1269 Год назад

      Also should be: plugins: [ [“react-native-fbsdk-next”, { “appID”:”…”}] ]