Copies all Firestore documents matching the provided query to a Firestore collection dest_collection.
query
dest_collection
This is a Firestore transaction. Either all documents are copied, or none is.
Copies all Firestore documents matching the provided
query
to a Firestore collectiondest_collection
.This is a Firestore transaction. Either all documents are copied, or none is.