Does Firebase “GeoFire” Enforce Identical Keys Between Nodes with Geo and non-Geo Data?
问题 The database structure for a Firebase "GeoFire" node must look like this (source) "items" : { <itemId> : { "someData" : "someData", ... } }, "items_location" : { <itemId> : { <geofireData> ... } } But one limitation of Geofire is that only single points can be stored and queried, and no objects like polygons. That's easy to work around - my code can query nearby points, and then reassemble the simple rectangles based on having the same key. But in splitting my rectangles into individual