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
I've used geofirestore in android and in android code I can get DocumentSnapshot using GeoQueryDataEventListener listener. https://github.com/imperiumlabs/GeoFirestore-Android#data-events
Is there any way to get same functionality in iOS ?
I want onDocumentEntered,onDocumentExited,onDocumentMoved and onDocumentChanged callback. I've checked Enter, Move, Exit listener of geo query it working fine, but I want document data as well not just document Id. Let me know if possible using any call back
Thanks
The text was updated successfully, but these errors were encountered:
I've used geofirestore in android and in android code I can get DocumentSnapshot using GeoQueryDataEventListener listener. https://github.com/imperiumlabs/GeoFirestore-Android#data-events
Is there any way to get same functionality in iOS ?
I want onDocumentEntered,onDocumentExited,onDocumentMoved and onDocumentChanged callback. I've checked Enter, Move, Exit listener of geo query it working fine, but I want document data as well not just document Id. Let me know if possible using any call back
Thanks
The text was updated successfully, but these errors were encountered: