The Vue.js 2 Master Class
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

🚧 NOTICE: You are watching a Vue.js 2 lesson

Firebase Authentication and Navigation Guards

It is time to make sure that our vue router middleware checks if the user is authenticated. We use Firebase Authentication and have to be careful that we handle the event observer the right way. In this lesson, we will integrate our authentication system with our middleware and navigation guards.