Writing firestore geopoint values
I have the lat and lng values and need to write them to a firestore document as a goepoint value type (needs to be geopoint to work with flutterflow maps). Can this be done.? I tried everything and can't format it to be recognized as a geopoint value. plz help.
2 Replies
AI Support Bot Information
<@740710420377239656> you can react on the relevant answer (message) with a ✅ in this thread when you think it has been solved, by the bot or by a human!
Anyone can react on this message with a ❌ if the GPT bot is unhelpful or hallucinating answers.
Please note: Team members will review and answer the questions on best efforts basis.
AI Response
It seems that converting latitude and longitude values to a
GeoPoint
data type in Firestore is essential for working with maps in FlutterFlow. Unfortunately, there is no specific information in the available resources on this particular issue. You might consider reaching out to BuildShip support through in-app support for a more specific resolution tailored to your needs.
In the meantime, if you're trying to manually format this as a GeoPoint
, ensure that your data structure aligns with Firestore's requirements, where a GeoPoint
typically consists of a latitude and longitude as floating point numbers.
BuildShip AI Support