React Native Facebook Login using Firebase

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

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

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

    Perfect video, literally the only video that helped me.

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

    Sir you are amazing I follow your every video

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

    Really neat ! Can you please make one more instructional video for Google auth and firebase for a react native expo project ?

    • @BornToCode_YT
      @BornToCode_YT  2 года назад +2

      Will do

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

      @@BornToCode_YT please 🙏🙏🙏🙏🙏

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

      @@BornToCode_YT Your videos are top notch quality man! I will wait for the expo authentications too, it will be very interesting since the documentations about it are very rare or deprecated

    • @BornToCode_YT
      @BornToCode_YT  2 года назад +2

      Here’s an expo facebook login tutorial using react-native-fbsdk-next as recommended by Expo, the expo-facebook package is now deprecated in favor of react-native-fbsdk-next. The steps should be similar for Google sign in using the react-native-google-sign-in package. Both packages have steps on how to install and set them up on expo under the heading: Expo installation
      video link: ruclips.net/video/Z9sVWJ1HWpA/видео.html
      react-native-google-sign-in: github.com/react-native-google-signin/google-signin
      react-native-fbsdk-next: github.com/thebergamo/react-native-fbsdk-next

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

      @@BornToCode_YT Thank you so much! You are saving lives ❤️

  • @amitthakur5684
    @amitthakur5684 8 месяцев назад

    Thanks buddy

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

    I have it error " Invariant Violation: `new NativeEventEmitter()` requires a non-null argument." what is problem?

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

    you have selected 'ios' when you create app, what if its react native expo project targeting ios&android, is it fine or you gonna create another api for android?

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

      have you found answer? about log in facebook in android and IOS?

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

      @@hiii3763 yes you suppose to create separate api for Android as well

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

      @@mehmetyeneryilmaz2579 thank you mate

  • @hamzashahid-z5y
    @hamzashahid-z5y Год назад

    please make a video on android also.

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

    to use firebase v9 comment the # use_flipper!() in your podfile and add use_frameworks! like this
    target 'your_project_name' do
    config = use_native_modules!
    use_frameworks!