Really simple question but it's hard to Google and get an answer.
ApiFuture<List<DocumentSnapshot>> getAll(@Nonnull DocumentReference... documentReferences);
What does the operator ...
do after DocumentReference?
Really simple question but it's hard to Google and get an answer.
ApiFuture<List<DocumentSnapshot>> getAll(@Nonnull DocumentReference... documentReferences);
What does the operator ...
do after DocumentReference?