Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Vue.js Master Class

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Sign Users in When they Register

In this lesson, we'll set up a listener on onAuthStateChanged to automatically sign a user in when they create a new account. This design is convenient in combination with Vue's reactivity system, which makes it easy to monitor a users authentication state across our vue applications.