【发布时间】:2019-03-01 00:50:23
【问题描述】:
我正在尝试使用 Python 将 GeoPoint 保存在我的 Firebase Firestore 中,但没有成功。 这给了我语法错误:
location=new firebase.firestore.GeoPoint(latitude, longitude)
有什么解决办法吗?也许我缺少要导入的东西,但我找不到什么。提前致谢。
【问题讨论】:
标签: python python-3.x firebase google-cloud-firestore