I'm doing a compound query like the example:
query = geoFire.query(query).within(userPoint, 100, 'point');
When I subscribe to this query, for some reason on the server side it returns the correct results, but on the client side it's a blank array. Has anyone else run into this issue?
I'm doing a compound query like the example:
query = geoFire.query(query).within(userPoint, 100, 'point');When I subscribe to this query, for some reason on the server side it returns the correct results, but on the client side it's a blank array. Has anyone else run into this issue?