This lesson is for members. Join us?
Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.
Vuex Actions that Fetches Multiple Items from Firebase
When we're working with a data structure that has multiple resources grouped under one, it's very handy to have a Vuex action that can fetch multiple resources with one call.
In this lesson, we'll create that Vuex action, that given an array of post id's will fetch and return an array of the post objects from the Firebase Realtime Database
