GeoFire-Android icon indicating copy to clipboard operation
GeoFire-Android copied to clipboard

Query Firestore documents using GeoLocation coordinates.

Results 4 GeoFire-Android issues
Sort by recently updated
recently updated
newest added

Testing the library: when querying a collection that contains 20 documents, the query returns the expected results. However, in case of big collections (>10k documents), the query is not returning...

So far I have been unable to use this with the 'set' function in firestore. How do i go abou doing that? I want to be able to update my...

timestamp sorting not work...can you help me please ?

How do I put my data in it (set loaction ? and view error FirebaseFirestore db = FirebaseFirestore.getInstance(); CollectionReference myCollection2 = db.collection("xxxx"); GeoFire geoFire = new GeoFire(myCollection2); this CollectionReference is...