if we have some data like;
collection-department
another-collection
if we want the employees in dept1
db.collection('/collection-department/dept1/collection-employee').get()
we need to get all employees in all department in one request; something like
db.collection('/collection-department/*/collection-employee').get()
my case is efferent but this sample for explanation.. that we cant USE the sub collection feature if we miss this option.. our scenario have a thousand of document that share the same sub-collection and we need to get the data in single request not doing a thousands one...
Thanks
Thanks for the feedback @mohshraim. This type of query is definitely on our roadmap, but unfortunately I don't have any ETA for when it'll be available. I totally agree that we need this to make subcollections fully useful though!
Most helpful comment
Thanks for the feedback @mohshraim. This type of query is definitely on our roadmap, but unfortunately I don't have any ETA for when it'll be available. I totally agree that we need this to make subcollections fully useful though!