Mardone Dias

Results 3 comments of Mardone Dias

I managed to solve with `store.dispatch ('collaborator / insertBatch', docs);` I broke my list into smaller pieces and ran several batches. it worked just like the firebase api. But, the...

Hello, It is very specific functionality to import this amount of record at once. In my case I need to get data from a spreadsheet that can easily reach 1500...

// docs should be more than 500 docs.forEach (doc => $ store.dispatch ('moduleName / insert', doc)) Only enter the 500. ![Captura de tela de 2020-05-12 09-51-09](https://user-images.githubusercontent.com/1024457/81693637-93616580-9436-11ea-981c-1b6362ffd0f0.png) ![Captura de tela de...