You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, this is a great project it's saved me hours of work. It'd be nice to support .collectionGroup() as these are reasonably common in firebase applications now.
Firestore has a good way to do unit tests via their emulator now. This project has just become a test bed for me to try out new and upcoming JavaScript.
e.g. I'm doing a rewrite of this project to try out Typescript and maybe some other emerging JS libraries but I just haven't been able to work on it.
I'll welcome PR to get more features on it provided that they're not Firestore Admin APIs. But I do recommend you check out their emulator as it might get you better support long term.
OK, I appreciate that. I'm familiar with the Emulators and use them regularly for local development. However, having a CI pipeline install the Emulators on every commit is a bit heavyweight for my needs.
collectionGroup is also a client side API, as well as firebase-admin of course. I have a work around for now, but will see if I can find some time to submit a PR and then you can choose to merge or not. :)
Firstly, this is a great project it's saved me hours of work. It'd be nice to support
.collectionGroup()
as these are reasonably common in firebase applications now.Documentation is here https://firebase.google.com/docs/firestore/query-data/queries#collection-group-query
If you're happy to receive PRs, I'm happy to find time to do the work.
The text was updated successfully, but these errors were encountered: