imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore
MIT License
123 stars 36 forks source link

onGeoQueryReady() doesn't fire when onDocumentEntered() #11

Open thanhbinh84 opened 5 years ago

thanhbinh84 commented 5 years ago

Let say we have 2 items in database

  1. onDocumentEntered() -> called twice
  2. onGeoQueryReady() -> fires at the end -> we refresh the list view with the list of 2 items.

When a new item is added. onDocumentEntered() -> fire, but onGeoQueryReady() is not called -> list view is not updated.