If you found this React Native Expo Firebase phone auth tutorial helpful, please like, subscribe, and let me know in the comments if you have any questions about implementing SMS verification or user authentication in your mobile apps!
Buy me a Coffee (if you are feeling generous): buymeacoffee.com/andepants
Timestamps
00:00 Intro + Demo
00:28 Initial App Setup
02:15 Firebase Setup
7:39 Setting up Phone Authentication Code
Packages install in the video:
npx expo install @react-native-firebase/app @react-native-firebase/auth expo-build-properties
Source Code: https://github.com/andepants/phone-auth
Github Link (DEVELOPER_ERROR): https://github.com/react-native-googl...
To get your SHA1 debug.keystore pass:
keytool -list -v -alias androiddebugkey -keystore android/app/debug.keystore -storepass android -keypass android
#ReactNative #Expo #Firebase #OTPAuthentication #MobileAppDevelopment