dalenguyen / firestore-import-export

An application that can help you to backup and restore from Cloud Firestore | Firebase
https://www.npmjs.com/package/firestore-export-import
401 stars 109 forks source link

Dates #8

Closed jprentissone closed 6 years ago

jprentissone commented 6 years ago

Hello,

What format can I use to ensure that my dates are imported as either timestamp or date. It is importing them as strings or objects.

dalenguyen commented 6 years ago

Hi @jprentissone, I will take a look at this issue. Meanwhile, you can modify the code with new Date() if you have date value in your data before importing to firestore.

jprentissone commented 6 years ago

Thank you so much!!

Appreciate it.

On Aug 7, 2018, at 9:04 AM, Dale Nguyen notifications@github.com wrote:

Hi @jprentissone https://github.com/jprentissone, I will take a look at this issue. Meanwhile, you can modify the code with new Date() if you have date value in your data before importing to firestore.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/dalenguyen/firestore-import-export/issues/8#issuecomment-411048616, or mute the thread https://github.com/notifications/unsubscribe-auth/Agd32jXGY6i9WLuSgxt3Wlz8ZZmZuZAoks5uOZB4gaJpZM4VyDBQ.

dalenguyen commented 6 years ago

Hi @jprentissone , I add the date support to Firestore. Please read the instruction in the readme.md file. Please let me know if you have any issue. Thanks,

jprentissone commented 6 years ago

Fantastic. Thanks so much for the follow up.

Sent from my iPhone

On Aug 12, 2018, at 4:43 PM, Dale Nguyen notifications@github.com wrote:

Hi @jprentissone , I add the date support to Firestore. Please read the instruction in the readme.md file. Please let me know if you have any issue. Thanks,

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

dalenguyen commented 6 years ago

@jprentissone you're welcome. I just added some validations. Please let me know if it works.