Skip to content

vueschool/vuejs-firebase-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Vue.js + Firebase Authentication

This repository contains the example code for the Vue.js + Firebase Authentication course.

This course will teach you how to use Firebase Authentication in your Vue.js and JavaScript apps.

Topics covered:

  • How to set up and connect to Firebase Authentication
  • How to sign users up, in and out
  • How to catch Firebase auth errors
  • How to authenticate a user via 3rd party providers
  • How to update a Firebase user’s profile, email, and password
  • How to link multiple authentication providers to one user account
  • How we can store additional user data in our backend
  • How to protect routes in a Single Page Application, using Vue Router, Vuex, and Firebase Authentication

The course is free. Enroll at Vue School!