如何在 Firebase 实时数据库上进行地理医院查询?

How to do a geo-spital query on Firebase realtime database?

我的 MySQL 数据库中存储了一个坐标,我在 Firebase 实时数据库中更新了其他多个坐标。

如何从 Firebase 实时数据库中找到附近的坐标? Firebase 实时数据库是否允许 GEO 查询?

我的实时数据库结构附在下面:

How can I find nearby coordinates from the Firebase Realtime database?

您肯定需要执行地理查询才能获得自定义半径内的位置。

Does Firebase Realtime Database allow GEO queries?

不,不是。为了能够实现这一点,您必须使用名为 GeoQuery.

的库

如果您考虑在某个时间点尝试使用 Cloud Firestore, then you can check the official documentation regarding geo queries。确实有据可查。