refi-app
refi-app copied to clipboard
Import as String: TimeStamp, Geopoint and ReferenceUsing windpow
Hi, great tool! I am using windows version. When import: TimeStamp, Geopoint and Reference they are changed to String. I tried with and without: Timestamp GeoPoint DocumentReference
same here, do you found any solution?
In my case, this occurs with an array of DocumentReferences.
The source code looks good in this regard, but for some reason it doesn't work...
I'm also on the Windows (v0.0.19), although that shouldn't matter.
Having the same problem. Essentially makes the import/export feature useless. Where in the code would one look to resolve...I can fix it.
Search for the Docummebtreference string in the codebase to see where it's being converted. However, I couldn't figure out how to fix it when I looked
Hi could you guys give me some csv file that you imported so I can take a look at it?
I chose to import from a json instead:
[
{
"__id__": "testdoc",
"testref": "__DocumentReference__test/testref"
}
]
Here's the csv version:
__id__,testref
"testdoc","__DocumentReference__test/testref"
Also, I couldn't try importing the csv because the importer only works with json files at the moment.
"location": "__GeoPoint__34.461071618220096###135.38316495721594",
↑
String (´;ω;`)ウゥゥ
"location": "__GeoPoint__34.461071618220096###135.38316495721594",
↓
"location": "__GeoPoint__34.461071618220096###135.38316495721593",
commit
↓
firebase Ok
Any progress on this? It still happens a year later.