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
Original file line number
Diff line number
Diff line change
@@ -60,15 +60,55 @@ If you are creating an open source application under a license compatible with t
60
60
*`cd react-semantic-ui-firebase-authentication`
61
61
*`npm install`
62
62
*`npm start`
63
-
* visit http://localhost:3000/
64
-
* Use your own Firebase Credentials
65
-
66
-
### Use your own Firebase Credentials
67
-
68
-
* visit https://firebase.google.com and create a Firebase App
69
-
* copy and paste your Credentials from your Firebase App into *src/components/Firebase/firebase.js* file or in .env file
70
-
*[activate Sign-In Methods in your Firebase App](https://www.robinwieruch.de/react-firebase-social-login/)
71
-
* Email/Password
72
-
* Google
73
-
* Facebook
74
-
* Twitter
63
+
* visit http://localhost:3000
64
+
65
+
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/).
66
+
67
+
### Firebase Configuration
68
+
69
+
* copy/paste your configuration from your Firebase project's dashboard into one of these files
70
+
**src/components/Firebase/firebase.js* file
71
+
**.env* file
72
+
**.env.development* and *.env.production* files
73
+
74
+
The *.env* or *.env.development* and *.env.production* files could look like the following then:
0 commit comments