File tree Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Expand file tree Collapse file tree 2 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 11# React-Firebase
22Firebase Integration with React (Basic signup/login flow)
3+ <p align =" center " >
4+ <img width =" 600 " height =" 300 " src =" ./static/react-firebase.jpg " >
5+ </p >
6+ <p align =" center " >
7+ <a href =" https://github.com/kamranahmedse/githunt " >
8+ <img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg" alt="contributions" />
9+ </a >
10+ <a href =" https://github.com/junipdewan/githunt/blob/master/license.md " >
11+ <img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="license-mit" />
12+ </a >
13+ </p >
14+
15+ # Setup
16+
17+ ## Firebase Configuration
18+
19+ 1 . Signin to Firebase Console.
20+ [ Sign into Firebase ] ( https://console.firebase.google.com/ ) using your Google account.
21+
22+ 2 . [ Create a Firebase project] ( https://firebase.google.com/docs/web/setup )
23+ 3 . Get the firebase config object
24+
25+
26+ ## Project Configuration
27+
28+ 1 . Install Dependencies
29+
30+ ``` javascript
31+ npm install
32+ ```
33+ 2 . Create a ENV file in the root directory & Add your firebase project config
34+
35+ ``` sh
36+ FIREBASE_API_KEY=' '
37+ FIREBASE_AUTH_DOMAIN=" "
38+ FIREBASE_DATABASE_URL=" "
39+ FIREBASE_PROJECT_ID=" "
40+ FIREBASE_STORAGE_BUCKET=" "
41+ FIREBASE_MESSAGING_SENDER_ID=" "
42+ FIREBASE_APP_ID=" "
43+ FIREBASE_MESUREMENT_ID=" "
44+ ```
45+ 3 . Run locally
46+
47+ ``` javascript
48+ npm run dev
49+ ```
50+
51+
52+ ## LICENSE
53+
54+ [ MIT] ( ) junipdewan
55+
56+
57+ ## ToDo
58+
59+ - [ ] Better UI for signup/register
60+
61+ ##
You can’t perform that action at this time.
0 commit comments