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
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
imported geofire-java classes (from geofire-2 branch) into my android project. I was unable to build.
in GeoFire.java:80 (https://github.com/firebase/geofire-java/blob/geofire-2/src/main/java/com/firebase/geofire/GeoFire.java)
changed from:
this.callback.onCancelled(DatabaseError.fromStatus(message));
to
this.callback.onCancelled(DatabaseError.fromException(new DatabaseException("message")));
I didnt see fromStatus(String) in:
https://firebase.google.com/docs/reference/android/com/google/firebase/database/DatabaseError.html#public-methods
It works to build but it was just a workaround to build. I'm not familiar enough yet with everything to offer a good answer/test.
Very excited to use the library, thanks for the work
The text was updated successfully, but these errors were encountered: