Skip to content

user authentication created using create-react-app and firebase

Notifications You must be signed in to change notification settings

thepuskar/react-firebase-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

user authentication created using create-react-app and firebase

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published