I have a user object stored in Firestore with a connections property, which contains a list of user ids of type DocumentReference. I want to retrieve a list of user objects with this list of user ids. Is there a way to batch request Firestore using a list of ids?