I could not find any firestore batch read API where i can pass a set of docIds and i can fetch the docs in one network operation.
I dont want to make multiple network hops for each doc.
Any pointers will be helpful. Am trying to do this for android.