Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 914 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 914 Bytes

Firebase authentication

This repo is a simple user authentication created using create-react-app and firebase

Features

  • User Login with email and password
  • Reset Password
  • Update user email and password

Installation

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

Development

Want to contribute? Great!

Make a change in your file and push your code