imperiumlabs / GeoFirestore-Android

GeoFirestore for Android - Realtime location queries with Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onGeoQueryReady() doesn't fire when onDocumentEntered()

thanhbinh84 opened this issue · comments

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.