Closed nebitrams closed 5 years ago
@dalenguyen Thanks for contributing this library for data import. I managed to use it to upload my data.
{ "collectionName" : { "ID00001" : { "venue" : "Super Ring" } } }
It would be to be able to automatic generate the key because I am uploading new data. At the moment, I am trying to generate the ID outside this import utility.
Hi @nebitrams. You can check out this package for auto generating document ID. https://github.com/dalenguyen/firebase-functions-helper/blob/master/docs/firestore.md
@dalenguyen Thanks for contributing this library for data import. I managed to use it to upload my data.
It would be to be able to automatic generate the key because I am uploading new data. At the moment, I am trying to generate the ID outside this import utility.