Deletes all documents in a Firestore collection.
This function could be improved to delete batches of batchSize. See Delete Collections.
batchSize
Consider using the more flexible @jackdbd/firestore-utils#bulkDelete instead.
Deletes all documents in a Firestore collection.
This function could be improved to delete batches of
batchSize
. See Delete Collections.Remarks
Consider using the more flexible @jackdbd/firestore-utils#bulkDelete instead.