mesqueeb / vuex-easy-firestore

Easy coupling of firestore and a vuex module. 2-way sync with 0 boilerplate!
https://mesqueeb.github.io/vuex-easy-firestore
MIT License
233 stars 28 forks source link

Retrieve subcollections together with document #359

Closed floetti closed 3 years ago

floetti commented 3 years ago

Hi,

I can't figure out how to retrieve subcollections from documents. I have a collections of teams and within each team I have a subcollection of documents representing members in the squad. Please point me in the right direction.

Screenshot of the setup: Screen Shot 2020-12-07 at 15 15 45

louisameline commented 3 years ago

Hello, there is no built-in support for subcollections yet, you'll have to hack your way with the current architecture, or wait for a potential major update next year.

floetti commented 3 years ago

Hi again. Thank you for the reply