Open TheNorthBusiness opened 1 year ago
I was not able to reproduce the bug. It worked fine for me. I pasted what you have into my editor, and it came out as a GeoPoint like this.
If I paste "__GeoPoint__16.777375731514333###96.16025518316613"
into firestore directly, it shows a string. And if I adjust that string in Refi App, it goes back to Geopoint. No problems here.
@hunterwilhelm @TheNorthBusiness
The problem appears when I'm trying to import data with geo
from JSON.
Then in Firestore it appears to be a string
Hi,
I have been facing an error on the Firebase Firestore when I create a geolocation field like this -> "geo": "GeoPoint16.777375731514333###96.16025518316613" on Refi App. On the Firebase Firestore get this field to string type and not geopoint!
Can you show me the way how do I do it?