Integration of Firebase auth with Vue.js in a basic manner so that we can check if a user is logged in, or if they need to register and account before accessing private routes.
To get the code to generate and run you'll need to use your own credentials, these can be generate via the Firebase Console
Clone the repository and then run the following
# install dependencies
yarn install
# serve with hot reload at localhost:8080
yarn dev
# build for production with minification
yarn build