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
- Host: GitHub
- URL: https://github.com/junip/react-firebase
- Owner: junip
- License: mit
- Created: 2020-06-03T15:38:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:55:59.000Z (about 3 years ago)
- Last Synced: 2025-01-17T08:17:21.708Z (about 1 year ago)
- Topics: firebase, firebaseauth, react, react-firebase, react-firebase-auth
- Language: JavaScript
- Homepage:
- Size: 1.85 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React-Firebase :rocket:
Firebase Integration with React (Basic signup/login flow)
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