Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

The Vue.js 3 Masterclass

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

Fetching Data from Cloud Firestore with Vuex Actions

In this lesson, we're going to put the calls to the Cloud Firestore and the corresponding mutation commits in Vuex actions as is best practice. Then we'll clean up our code in the created at lifecycle hook in the Thread Show page with some calls to a few simple Vuex actions.