React Native/Expo firebase Js sdk setup and authentication.

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

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

  • @ageurodriguesdeoliveira8953
    @ageurodriguesdeoliveira8953 6 หลายเดือนก่อน +1

    Thank you my brother, from Brazil. This Video is simple and objective! It's Amazing :)

  • @yolxanderjacagonzalez5177
    @yolxanderjacagonzalez5177 6 หลายเดือนก่อน +1

    best react native + expo + firebase tutorial in youtube right now 👏

  • @fujablack
    @fujablack 8 หลายเดือนก่อน +2

    Nigerian guy here, thanks my ghanaian brother, i have been struggling with this for two weeks... good video, no unnecessary talks, just straight to the point, thanks my brother... Also, i would love to ask whapp you used in recording and editing before uploading on youtube, i'ld love to be of help to people too... thanks

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

      I use the macbook's screen record feature and edit with VN.

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

    Bro, thanks a lot. this vid just helped me now..keep it up bro!

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

    That's a very good tutorial. Can you show us the Phone OTP Authentication in the same process?

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

      Sure thing will make a video on it very soon, glad you like it

  • @Wa-badeaN
    @Wa-badeaN 8 หลายเดือนก่อน +1

    what amazing tutorial !! thanks a lot bro

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

      I’m glad it helped

    • @Wa-badeaN
      @Wa-badeaN 8 หลายเดือนก่อน

      bro can you help with this login ? I'm trying to login after register but it causes this error ERROR ReferenceError: Property 'onAuthStateChanged' doesn't exist@@simplyreactnative6567

  • @simplyreactnative6567
    @simplyreactnative6567  9 หลายเดือนก่อน

    Subscribers goal for this video is 10 new subscribers. Please kindly subscribe to help grow this channel

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

    bro wtff, what a good video

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

    this is not covered...
    Logs for your project will appear below. Press Ctrl+C to exit.
    Android Bundled 27535ms (D:\abcd\testAuth\testAuth
    ode_modules\expo\AppEntry.js)
    WARN [2024-03-30T09:22:42.171Z] @firebase/auth: Auth (10.10.0):
    You are initializing Firebase Auth for React Native without providing
    AsyncStorage. Auth state will default to memory persistence and will not
    persist between sessions. In order to persist auth state, install the package
    "@react-native-async-storage/async-storage" and provide it to
    initializeAuth:
    import { initializeAuth, getReactNativePersistence } from 'firebase/auth';
    import ReactNativeAsyncStorage from '@react-native-async-storage/async-storage';
    const auth = initializeAuth(app, {
    persistence: getReactNativePersistence(ReactNativeAsyncStorage)
    });

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

      getReactNativePersistance doesn’t exit in the firebase auth module at the time this video was made could be different now.. To persist the current user, you can use async storage to do that but in a different way.
      Thank you ☺️