Open DanMossa opened 2 years ago
Hi @DanMossa
Thanks for using Refi App.
I believe that only input with this pattern can regconite the data type is GeoPoint
Can you upload your full document (or maybe remove some sensitive field) so we can investigate this case?
I started with this
I clicked commit and then
It just converts it into a geopoint. Try it out
I can reproduce the issue and will check to solve it asap.
The packages we use to serialize Firestore data auto-detect if a field has latitude
and longitude
then convert it geoPoint
type
In my document there is a map named
geoPoint
and it looks likeRefi keeps showing this as a of type
geoPoint
. And when I manually change it to a map it still auto changes it to typegeoPoint
and not a map namedgeoPoint
.It looks like refi assumes it's of type
GeoPoint
if the field name isGeoPoint
, which is incorrect and prevents the ability to use this :(