Firebase – Can't filter aync data on mounted vuejs
I'm working on a vuejs/(vuex) for state management/firebase project of posts. So I have a firestore collection of posts (array of objects that have name id owner content and timestamp for creation ...) I'm retrieving that data by using the…