Firebase auth with vue demo
Overview
This is a demonstration of how to integrate Firebase Auth into Vue+Vuex project. Check out my Medium post for more details: https://medium.com/@MichalBujalski/reactive-firebase-auth-with-vue-92577ab78ff6
Running code
To start:
$ yarn install
To develop:
$ yarn dev