An open API service indexing awesome lists of open source software.

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

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