Moves 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 moved, or none is.
Moves all Firestore documents matching the provided
queryto a Firestore collectiondest_collection.This is a Firestore transaction. Either all documents are moved, or none is.