You should include your thesis statement into your introduction paragraph. It should unite all your arguments https://educibly.com/ . Here are some main tips that will help you deal with such specific paper as 5 paragraph essay.
shouldn't at least the moveDoc function wrap the operations in a transaction?
Maciej Węgrzynek
Frontend Dev
For "Copy" script, shouldn't there be
// get all the documents in the collection await subcollectionRefinstead of
// get all the documents in the collection return await subcollectionRefwhen copying recursively?
Return value in for..of means that iterator will finish. So only the first subcollection will be copied. Or maybe I'm missing something.