I have been running into a timeout on collections that have a lot of documents that are large in size. A good number of them are close to the 1MB limit in Firestore. I came up with a work around where it paginates the documents in a collection so it doesn't hit the timeout. It seems to be working fine. I will try and clean it up and submit as PR.
I have been running into a timeout on collections that have a lot of documents that are large in size. A good number of them are close to the 1MB limit in Firestore. I came up with a work around where it paginates the documents in a collection so it doesn't hit the timeout. It seems to be working fine. I will try and clean it up and submit as PR.