You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+52-12Lines changed: 52 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,15 +49,55 @@ If you are creating an open source application under a license compatible with t
49
49
*`cd react-redux-firebase-authentication`
50
50
*`npm install`
51
51
*`npm start`
52
-
* visit http://localhost:3000/
53
-
* Use your own Firebase Credentials
54
-
55
-
### Use your own Firebase Credentials
56
-
57
-
* visit https://firebase.google.com and create a Firebase App
58
-
* copy and paste your Credentials from your Firebase App into *src/components/Firebase/firebase.js* file or in .env file
59
-
*[activate Sign-In Methods in your Firebase App](https://www.robinwieruch.de/react-firebase-social-login/)
60
-
* Email/Password
61
-
* Google
62
-
* Facebook
63
-
* Twitter
52
+
* visit http://localhost:3000
53
+
54
+
Get an overview of Firebase, how to create a project, what kind of features Firebase offers, and how to navigate through the Firebase project dashboard in this [visual tutorial for Firebase](https://www.robinwieruch.de/firebase-tutorial/).
55
+
56
+
### Firebase Configuration
57
+
58
+
* copy/paste your configuration from your Firebase project's dashboard into one of these files
59
+
**src/components/Firebase/firebase.js* file
60
+
**.env* file
61
+
**.env.development* and *.env.production* files
62
+
63
+
The *.env* or *.env.development* and *.env.production* files could look like the following then:
0 commit comments