You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, first of all, thank you for this amazing package.
The bug is that:
I have a collection in a firebase project, which through a cloud function replicates the data to another collection in another project, I have an OnSnapshot pointing to the latter
In the Geofirestore query I send the center and the radius that is 1 km, when a document leaves the range it is removed and an event such as "removed" appears, when I put the latitude and longitude again within the range "removed" appears again and its oldIndex is -1 and new index is -1 too, this only happens when the latitude and longitude is within 1 to 2 km, if the outside latitude is greater than 2 km, it works perfectly;
I do not know if it is something in my code, but it does not seem to be so, if I change the location again within the range, it appears
Relevant Code
thanks for everything, and sorry if i made a mistake posting this, it's my first post
The text was updated successfully, but these errors were encountered:
Johnlike05
changed the title
Bug doble removed on a marker
Bug double removed on a marker
Apr 12, 2022
[REQUIRED] Describe your environment
firebase
and version: "^9.6.1"[REQUIRED] Describe the problem
Hi guys, first of all, thank you for this amazing package.
The bug is that:
I have a collection in a firebase project, which through a cloud function replicates the data to another collection in another project, I have an OnSnapshot pointing to the latter
In the Geofirestore query I send the center and the radius that is 1 km, when a document leaves the range it is removed and an event such as "removed" appears, when I put the latitude and longitude again within the range "removed" appears again and its oldIndex is -1 and new index is -1 too, this only happens when the latitude and longitude is within 1 to 2 km, if the outside latitude is greater than 2 km, it works perfectly;
I do not know if it is something in my code, but it does not seem to be so, if I change the location again within the range, it appears
Relevant Code
thanks for everything, and sorry if i made a mistake posting this, it's my first post
The text was updated successfully, but these errors were encountered: