This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Updating the User Email Address
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
In this lesson, we update the UserProfileCardEditor to actually update the users email address in the Firebase auth service as well as in the firestore.
In order to update critical user information like email and password, Firebase Authentication requires that the user be recently logged in or reauthenticated.
Links