使用python在Firestore中运行GeoPoint

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用python在Firestore中运行GeoPoint相关的知识,希望对你有一定的参考价值。

我正在尝试使用Python在我的Firebase Firestore中保存GeoPoint,但我没有任何成功。这给了我语法错误:

location=new firebase.firestore.GeoPoint(latitude, longitude)

这有什么解决方案吗?也许我错过了要导入的东西,但我找不到什么。提前致谢。

答案

你只需要没有新的location=firebase.firestore.GeoPoint(latitude, longitude)

以上是关于使用python在Firestore中运行GeoPoint的主要内容,如果未能解决你的问题,请参考以下文章

如何从 Python 运行时云函数访问 Google Cloud Platform Firestore 触发器

通过云功能运行时在 Firestore 中出现问题

使用 python 在 Firestore 中的 GeoPoint

Python Google Cloud Firestore 错误 504 Deadline Exceeded

在代码“使用未解析的标识符 Firestore”中出现错误,但程序运行良好 SwiftUI

使用 firebase_admin 或 google.cloud.firestore 在 python 中的 Firestore 客户端(作为用户)