codediodeio / firestore-migrator

:bullettrain_side: A CLI utility for moving data to and from Cloud Firestore
https://angularfirebase.com/lessons/import-csv-json-or-excel-to-firestore/
317 stars 94 forks source link

Pull request for Issue #10 and Feature #11 #12

Closed stildalf closed 6 years ago

stildalf commented 6 years ago

Fixed Issue #10 - Sub-Collection exports. Allowed for Feature #11:

stildalf commented 6 years ago

Added to the PR:

stildalf commented 6 years ago

PR also covers issue #13, with field encoders / decoders for GeoPoint, Doc Reference, Timestamp, Null, etc

codediodeio commented 6 years ago

Awesome, thank you for putting this together @stildalf

Robin-AF commented 2 years ago

@stildalf Thanks for this MR!

I seem to run into problems regarding the isEncodingType on BooleanFH.

I made a xlsx sheet with a FALSE value but that gets encoded to 0 and TRUE gets encoded to 1 (numbers) instead of the true value (Boolean). any ideas what might be causing this?