This tutorial walks through adding Vuex to a simple Vue.js Firebase app. We use Vuex to manage the logged in user state and display protected content. Building on top of the previous tutorial, we will now look at how we can handle storing logged in users. When a user…