kossnocorp / typesaurus

🦕 Type-safe TypeScript-first ODM for Firestore
https://typesaurus.com
415 stars 36 forks source link

Add auto-batch that chains batches of 500 #54

Open kossnocorp opened 4 years ago

kossnocorp commented 4 years ago

Instead of forcing API users to use batches of 500, allow adding more than that and then chain or simultaneously commit them.