In this video, we add an edit page to our React Quiz app. This is our first "protected" route, so we ensure that the user can only head to the route if they are logged in. Then we update the useQuizOnce hook to add the ability to create/update and delete.
=== Relevant Links ===
Playlist: • SP21 Web Apps
Next video: • SP21 Web Apps: 35 - Quiz Edit Page Form - ...
Starter files: https://github.com/mikewesthad/SP21-A...
Adding/updating data from Firestore guide: https://firebase.google.com/docs/fire...
Deleting data from Firestore guide: https://firebase.google.com/docs/fire...
Firestore API: https://firebase.google.com/docs/refe...