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

https://github.com/junip/react-firebase

React + Firebase Integration
https://github.com/junip/react-firebase

firebase firebaseauth react react-firebase react-firebase-auth

Last synced: 3 months ago
JSON representation

React + Firebase Integration

Awesome Lists containing this project

README

          

# React-Firebase :rocket:
Firebase Integration with React (Basic signup/login flow)






contributions


license-mit




UI design use to login/register flow

# Setup

## Firebase Configuration

1. Signin to Firebase Console.
[Sign into Firebase ](https://console.firebase.google.com/) using your Google account.

2. [Create a Firebase project](https://firebase.google.com/docs/web/setup)
3. Get the firebase config object

## Project Configuration

1. Install Dependencies

```javascript
npm install
```
2. Create a ENV file in the root directory & Add your firebase project config

```sh
FIREBASE_API_KEY=''
FIREBASE_AUTH_DOMAIN=""
FIREBASE_DATABASE_URL=""
FIREBASE_PROJECT_ID=""
FIREBASE_STORAGE_BUCKET=""
FIREBASE_MESSAGING_SENDER_ID=""
FIREBASE_APP_ID=""
FIREBASE_MESUREMENT_ID=""
```
3. Run locally

```javascript
npm run dev
```

## LICENSE

[MIT]() junipdewan

## To do

- [x] Better UI for signup/register
- [ ] Error handling in forms
- [ ] Add Firebase admin SDK
- [ ] Register User using Name & phone number