IjzerenHein / firestorter

Use Google Firestore in React with zero effort, using MobX 🤘
http://firestorter.com
MIT License
378 stars 50 forks source link

Feature: collectionGroup queries #91

Open gsouf opened 4 years ago

gsouf commented 4 years ago

Hi, the official client supports collection group queries that allows querying data accross sub collections with the same id as if it was an unique collections: https://firebase.google.com/docs/firestore/query-data/queries#collection-group-query

Do you have any plans on supporting that?

Always happy to submit a PR

IjzerenHein commented 4 years ago

Hi! There are no plans for implementing this at the moment. I think this would be a great addition to have, a PR would be very welcome! 🙏 👍

gsouf commented 4 years ago

Just a head up. I'm going to implement it sooner or later. Worked around for now will work on it as soon as I need it again.