https://github.com/thepuskar/react-firebase-authentication
user authentication created using create-react-app and firebase
https://github.com/thepuskar/react-firebase-authentication
firebase firebaseauthentication react userauthentication
Last synced: 4 months ago
JSON representation
user authentication created using create-react-app and firebase
- Host: GitHub
- URL: https://github.com/thepuskar/react-firebase-authentication
- Owner: thepuskar
- Created: 2021-04-04T14:13:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-11T19:33:48.000Z (almost 5 years ago)
- Last Synced: 2025-02-23T21:44:13.102Z (about 1 year ago)
- Topics: firebase, firebaseauthentication, react, userauthentication
- Language: JavaScript
- Homepage:
- Size: 223 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://console.firebase.google.com)
This app requires [Node.js](https://nodejs.org/) to run.
Install the dependencies
```sh
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
```sh
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
```sh
npm start
```
## Development
Want to contribute? Great!
Make a change in your file and push your code