Settings page saves to backend 💾

Usability feels pretty nice. Using Formik to handle the form, submit the data to NextJS API endpoint (using a little fetch wrapper to handle authentication), which writes straight to Firestore. Simple, but works well.