Closed marijalukaroska1 closed 6 years ago
I was storing the GeoPoint with error
geoFirestoreUsers.setLocation(uid, new GeoPoint(latitude, -longitude), new GeoFirestore.CompletionListener() { @Override public void onComplete(Exception e) { if(e!=null){ //TODO: handle exception return; } Log.d(TAG, "marija Location saved on server successfully!"); } });
Somehow I forgot to delete the - in the longitude.
At first as I implemented this library the listener was working, but now I cant listen for changes. I was debugging and it seems that the listener is not attached at all. Can you tell me what is the problem?