GeoFlutterFire icon indicating copy to clipboard operation
GeoFlutterFire copied to clipboard

READ count

Open klaszlo8207 opened this issue 6 years ago • 0 comments

1, If I have a collection with 50000 items with geo data, and I use this library to filter out the distance with 10km from me, than it will cost 50000 READ count?

2, Can I use lets say: limit 50? (and it will cost 50 READ?)

3, Can I use getDocuments instead of stream?

4, Can I use collection('items').where('datetime', isGreaterThan: datetime) or not?

klaszlo8207 avatar Aug 29 '19 16:08 klaszlo8207