Closed waylandc closed 5 years ago
My original database uses Firestore's timestamp type.
The export script creates: "endDate": { "_seconds": 1577318400, "_nanoseconds": 0 }
"endDate": { "_seconds": 1577318400, "_nanoseconds": 0 }
Then if I import, the newly imported DB no longer has the timestamp field, instead it has a map with the above structure.
Hi @waylandc, this is already fixed. You need to add "endDate" to the parameter in order to import date type.
My original database uses Firestore's timestamp type.
The export script creates:
"endDate": { "_seconds": 1577318400, "_nanoseconds": 0 }
Then if I import, the newly imported DB no longer has the timestamp field, instead it has a map with the above structure.