python-mock-firestore icon indicating copy to clipboard operation
python-mock-firestore copied to clipboard

Add select functionality on collections

Open benpops89 opened this issue 3 years ago • 0 comments

Firstly, thank you for your work on this library. I have a project that deals with firestore a lot and being able to mock it in tests is super easy with this library.

I make use of the select method on a collection, which enables me to only pull back certain fields. This is implemented in the python library and would be great if this feature could be added.

benpops89 avatar Dec 17 '21 11:12 benpops89