This repo is a simple user authentication created using create-react-app and firebase
- User Login with email and password
- Reset Password
- Update user email and password
Before starting project we need to add a project in Firebase
This app requires Node.js to run.
Install the dependencies
cd react-firebase-authentication
npm i node-sass
npm i firebase
npm i react-icons
npm i react-router-dom
After installation create .env
file and add your firebaseConfig
REACT_APP_FIREBASE_API_KEY =
REACT_APP_AUTH_DOMAIN =
REACT_APP_PROJECT_ID =
REACT_APP_STORAGE_BUCKET=
REACT_APP_MESSAGEING_SENDER_ID =
REACT_APP_APP_ID =
REACT_APP_MEASUREMENT_ID =
And start
npm start
Want to contribute? Great!
Make a change in your file and push your code