TomDevA
TomDevA
  • 9
  • 1 462
Building mobile banking signup/signin form with ReactNative Expo part 5
Welcome back to the series! In this video, we continue building our user authentication system using React Native Expo. This time, we'll dive deeper into Firebase Authentication, where I guide you through setting up secure user login and registration flows, handling authentication states, and managing user sessions effectively in your React Native Expo app.
This tutorial builds upon the previous video where we set up basic registration and login screens with Firebase Firestore. Now, we focus on refining the user authentication process, ensuring a smoother and more secure experience for your app's users. Whether you're a beginner or advancing in React Native, this video will help you level up your skills!
www.figma.com/design/bsQbqMnWYcDwmHGLD74uW4/Fifi-Fintech-App?node-id=75-1600
GitHub: github.com/tombrowngithub/myfifimfb
🔔 Make sure to watch the previous video for the full setup! Don't forget to like, subscribe, and hit the notification bell to stay updated on more React Native tutorials!
#React Native #Expo
#Firebase #Auth
#Firebase #Firestore
#Expo #Checkbox
#DateTimePicker
#User Authentication
#React Native #Login Screen
#React Native #Registration Screen
#Mobile App Development
#React Native #Tutorial
#Expo #Tutorial
#Programming
#Coding
มุมมอง: 142

วีดีโอ

How to read phone SMS using React Native
มุมมอง 111วันที่ผ่านมา
In this tutorial, I'll walk you through how to read SMS messages in a React Native app. Whether you're building an app that needs to interact with text messages or you're just curious about how to access SMS data, this guide covers everything you need to know. We'll dive into setting up permissions, accessing the SMS inbox, and displaying messages within your app. Key Points: Setting up a React...
Building mobile banking signup/signin form with ReactNative Expo part 4
มุมมอง 11614 วันที่ผ่านมา
Learn how to build a fully functional registration and login screen using React Native Expo! In this tutorial, I guide you step-by-step through creating a seamless user authentication flow with Firebase Auth and storing user information securely in Firebase Firestore. We'll also explore how to use the Expo Checkbox and DateTimePicker components to enhance the user experience. Whether you're a b...
How to read phone contacts using ReactNative expo
มุมมอง 7221 วันที่ผ่านมา
Learn how to read phone contacts in a React Native app using the Expo Contacts module. In this tutorial, I guide you step-by-step on how to access and display contacts in your app. Perfect for beginners and those looking to enhance their React Native projects with contact integration! npm install expo-contacts DON'T FORGET TO SUBSCRIBE FOR MORE VIDEOS!!! Check out our series on hands-on code in...
Building mobile banking with ReactNative Expo Part 3
มุมมอง 10128 วันที่ผ่านมา
In this episode, we designed the rest of the onboarding screens while conditionally rendering the navigation buttons below them to not show at the last onboarding screen. If you stumbled upon this video, here is our previous tutorial th-cam.com/video/frQBlC-CgzQ/w-d-xo.html Figma design: www.figma.com/design/bsQbqMnWYcDwmHGLD74uW4/Fifi-Fintech-App?node-id=175-3649&t=oAO1C30bSR4qzwmu-0 Github st...
Building mobile banking with ReactNative Expo Part 2
มุมมอง 107หลายเดือนก่อน
In this episode, we implemented the navigation button and indicator for our onboarding screens using React native Animatable package. If you stumbled upon this video, here is our previous tutorial th-cam.com/video/rw2cx-IZza4/w-d-xo.html follow along. Figma design: www.figma.com/design/bsQbqMnWYcDwmHGLD74uW4/Fifi-Fintech-App?node-id=175-3649&t=oAO1C30bSR4qzwmu-0 Github starter template: github....
Building mobile banking with ReactNative Expo Part 1
มุมมอง 191หลายเดือนก่อน
This is the first part of our tutorial on building the mobile banking app. To get started, follow the links below, download or clone the github repo. First Intro Video: th-cam.com/video/Ayp3d1Vjld4/w-d-xo.html Figma design: www.figma.com/design/bsQbqMnWYcDwmHGLD74uW4/Fifi-Fintech-App?node-id=175-3649&t=oAO1C30bSR4qzwmu-0 Github starter template: github.com/tombrowngithub/myfifimfb npm install r...
Introdcution to ReactNative Expo Course Building a Mobile Banking App
มุมมอง 65หลายเดือนก่อน
This is an introductory video to ReactNative expo. In this course, we will be building a mobile banking application. If you want to start with ReactNative, you are in the right place. As we code along using the Figma design, I will be explaining some of the concepts of ReactNative using Expo. Dont forget to subscribe and hit the notification button to get our latest videos.
React Native Expo Push Notification
มุมมอง 562หลายเดือนก่อน
In this video, I'll guide you through implementing basic local push notifications using React Native Expo. To get started, run npx create-expo-app to create a new React Native project. Once your project is set up, we'll clean up some of the boilerplate code and folders to match the structure I have in the tutorial. Next, we'll install the necessary notification library by running expo install e...

ความคิดเห็น

  • @samugwu8350
    @samugwu8350 3 วันที่ผ่านมา

    i saw you post on nairaland thumbs up i am learning expo-react-native

  • @amarachiclement7793
    @amarachiclement7793 16 วันที่ผ่านมา

    Nice one

  • @arupde6320
    @arupde6320 21 วันที่ผ่านมา

    GitHub ??

  • @abdulrahmanhussamaldin6523
    @abdulrahmanhussamaldin6523 28 วันที่ผ่านมา

    Good Video But Does it Work when I Close the App ?

    • @tombrownanuma
      @tombrownanuma 27 วันที่ผ่านมา

      This is a local push notification which activates from an interaction within the app(click a button or something) We also have a remote push notification, which comes from a backend, like Firebase. All you have to do is write a message and send, everyone who has app installed on their phone will get notifications from the app of what you wrote and sent from Firebase push notifications. I'll do a video on that soon, subscribe and hit the bell icon to get notified when I drop it.