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

  • @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?

  • @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 ☺️