Firebase Collection Problems
I'm encountering an issue when saving some results to a firebase collection using a loop. It works up until one of two thing happens
- It stops at 20 loops/iterations
- It stops at one before the last item in the array (if its 10 items, it will do 9)
this also stops it from finishing the workflow because its not completing the loop
can someone help me figure out why this is happening. It doesnt happen every single time but Its got me scared to run and test it because this is a very costly api workflow
- It stops at 20 loops/iterations
- It stops at one before the last item in the array (if its 10 items, it will do 9)
this also stops it from finishing the workflow because its not completing the loop
can someone help me figure out why this is happening. It doesnt happen every single time but Its got me scared to run and test it because this is a very costly api workflow

Solution
Hi @!CarlYouKilledIt, Yes right, this is a Firestore limit, it allow on ly 20 read and write currently - https://firebase.google.com/docs/firestore/quotas.
