Vue.js + Firebase Authentication
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

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

Firebase Authentication Error Handling

In this lesson, we're learning how to catch Firebase auth errors when they occur.

When we're working with authentication we expect user invoked errors to happen quite frequently, such errors might come from a user who tries to register with an existing email or enters an invalid password.

As a bonus, we'll also show you how to handle the successful callbacks if you don't go for the recommended ´onAuthStateChanged´ observer pattern.