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
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
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) });
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 ☺️
Thank you my brother, from Brazil. This Video is simple and objective! It's Amazing :)
Glad it helped!
best react native + expo + firebase tutorial in youtube right now 👏
I'm glad you like my content🤗
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
I use the macbook's screen record feature and edit with VN.
Bro, thanks a lot. this vid just helped me now..keep it up bro!
Glad it helped 😎
That's a very good tutorial. Can you show us the Phone OTP Authentication in the same process?
Sure thing will make a video on it very soon, glad you like it
what amazing tutorial !! thanks a lot bro
I’m glad it helped
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
Subscribers goal for this video is 10 new subscribers. Please kindly subscribe to help grow this channel
bro wtff, what a good video
Glad you enjoyed 😂
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)
});
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 ☺️