Video: React and Firebase
Fullstack React & Firebase
Released: null
-
1. Series Introduction
3M41S
-
2. Project Setup
5M
-
3. Creating a Homepage
4M6S
-
4. Routing
9M45S
-
5. Displaying Questions
10M13S
-
6. Connecting to Open Trivia
18M11S
-
7. Helpers
11M36S
-
8. Loader
5M59S
-
9. Changing Questions
6M57S
-
10. Validating Answers
12M53S
-
11. Tracking Correct Answers
7M13S
-
12. Creating a HUD
12M19S
-
13. Finishing the Quiz
6M18S
-
14. High Score Form
12M13S
-
15. Cleaning up Code
5M35S
-
16. Firebase Setup
10M23S
-
17. React and Firebase
12M10S
-
18. Connecting to the DB
9M22S
-
19. Displaying High Scores
15M59S
-
20. Refactoring to Hooks
15M54S
-
21. Deploying with Netlify
11M47S
-
22. Where To Go From Here
3M39S
React and Firebase
Now that we have Firebase up and running, we have to connect it to our React app. After downloading the npm Firebase package, we will create a Firebase component and use React’s useContext hook to help us out. npm install firebase
npm run start
Firebase - NPM: https://www.npmjs.com/package/firebase