|
19 | 19 | or |
20 | 20 | ```sh |
21 | 21 | npm install |
22 | | -``` |
| 22 | + |
23 | 23 | - To use Firebase Authentication, you have to provide your firebase configuration object containing keys and identifiers for your app |
24 | 24 | - [Go to firebase](https://firebase.google.com/) and signin |
25 | 25 | - [Go to firebase console](https://console.firebase.google.com/) to create your project |
|
40 | 40 | - Paste your config object in `env.js` file, present in `/src/firebase/` |
41 | 41 | - Now we can run this site locally |
42 | 42 | - To see the site in your localhost run this command in your terminal |
43 | | - - ```sh npm start |
| 43 | + - |
| 44 | + ```sh |
| 45 | + npm start |
44 | 46 |
|
45 | 47 | ## Deployement |
46 | 48 | - [See deployed site](https://react-ui-auth-template-code-mergers.netlify.app/) |
|
0 commit comments