Rank 2: Process
Hi! I need to delete a huge amount documents from a collection. I created a cloud function to do this.
But I can only delete 60 documents, it shows me a rate limit error after that. From the documentations, the rate limit for deleteDocument is said to be 60 requests per minute. How can I increase it?
Thanks.
PS: I'm using an API key, and the function does run on the server.