Tasks
Add User module with random userId.
Add isAdmin property to User module (improve your previously created guard).
Change User module to persistent module(stored in localStorage - vuex-persist package).
Add Settings module.
Add connection to your firebase (use it as REST API).
Add dynamic title stored in firebase and shown on Home page