SP21 Web Apps: 34 - Quiz Edit Page - Protected Routes, Updating and Deleting

Опубликовано: 11 Март 2026
на канале: Michael Hadley
394
10

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...