mesqueeb/vuex-easy-firestore

Retrieve subcollections together with document

floetti opened this issue · 2 comments

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

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.

Hi again. Thank you for the reply