This is a React Native authentication app with Firebase. It includes features like login, registration, and password reset. Firebase is used for authentication and user management.
- User registration with email and password
- User login with email and password
- Firebase authentication integration
- Form validation
- React Native
- Firebase
- React Navigation
- Clone or download the repository
- Install dependencies using
npm install
oryarn install
- Create a Firebase project and add a new web app to get Firebase configuration
- Copy the configuration into
firebaseConfig.js
- Run the app using
npm run start
This app is only for educational purposes and should not be used in production environments without proper testing and security review.
If you have any questions or feedback, feel free to contact me at idrisiarman19@gmail.com.