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

Boolean type is considered as integer 1 (true) & 0 (false) #49

Open mochadwi opened 3 years ago

mochadwi commented 3 years ago

Does it intended?

The FieldHandler seems never use BooleanFH when I'm trying to console log, it always stops at NumberFH and result was converting boolean value to integer type instead

eyals commented 2 years ago

Same here. That's the only issue blocking me from using this great tool.

Robin-AF commented 2 years ago

Any solutions to this? @mochadwi @eyals