Updating a user's profile

Wouldn't it be funny if we could welcome our user by displaying a welcome message saying something like Welcome Olga? But our users do not have names; they only have emails and passwords – two essential authentication components that are passed during the sign-up process. So, how can we do that? Well, if you have read with some attention the Firebase documentation regarding authentication (https://firebase.google.com/docs/auth/web/manage-users), you might have spotted these nice methods:

Updating a user's profile

Firebase methods for updating a user's profile and email address

Let's use these methods to update our user's profile and user's profile ...

Get Vue.js 2 and Bootstrap 4 Web Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.