ThisIsStep2Original post
Rank 2: Process
Hey!
I'm trying to find a way to update few documents at the same time, instead of make a query to get the list, and loop on each of the records to update. Is there a way doing it?
Summary
Developers want to update multiple documents simultaneously using queries, but a single query isn't possible. They need to loop through the process or consider using a cloud function.