【发布时间】:2021-03-15 04:30:07
【问题描述】:
以下是我在firestore中保存用户的geohash和geopoint的方式。
比如我想读取字段intro,我这样写;
FirebaseFirestore.instance.collection('...').doc(..).data()['intro']
但我不知道如何从 firestore 读取 geohash 和 geopoint。 geohash 在地图内,geopoint 是地图内的数组。如何从我的 Firestore 中检索 geohash 和 geopoint?
【问题讨论】:
标签: flutter google-cloud-firestore get