我的数据结构如下:
properties :
unique-property-id :
lat: 41.032,
lng: 28.9832
another-unique-property-id:
lat: another-lat,
lng: another-lng
如何在max_lat和min_lat之间以及max_lng和min_lng之间搜索这些属性?
我正在使用firebase-php
我是否必须下载所有数据并在php端进行搜索?