documents using functions

This commit is contained in:
msramalho
2023-12-01 11:17:36 +00:00
parent f4e88ba954
commit 50cb64716b
6 changed files with 903 additions and 50 deletions

View File

@@ -71,7 +71,7 @@ exports.processSheetScheduler = onSchedule(
await doc.ref.update({ lastArchived: Date.now() });
await sleep(1000);
await sleep(100);
});
}
);