I want to update value of an attribute status of multiple documents in the collection at once. At most, how many documents should I update using a loop in the Cloud Function to avoid any timeout or other issues?
TL;DR
Developers want to update the `status` attribute of multiple documents in a Cloud Function. It's safe to update a few hundred documents at once to avoid timeouts or issues in the process.