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

Vue.js + Firebase Authentication

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

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.