Closed mixtly87 closed 3 weeks ago
Is this possible with the android SDK?
@nbransby Hm, I'm not sure. After quick inspection it seems that Android SDK doesn't support the select() capability of Firestore SDK.
However I'm not sure if this library uses firestore android SDK under the hood or Firebase support is implemented from scratch (in which case it would not matter if Firebase Android SDK supports select).
We depend on the android, iOS and js firebase sdks so can only add features they support
Ok, I understand.
Would be useful to support retrieving only specific fields from Firestore documents.
Something like:
Idea is to only fetch needed fields and prevent network-transport of potentially heavy documents.