Firebase数据库未使用该位置更新。请帮我!我的代码如下:
String userID = FirebaseAuth.getInstance().getCurrentUser().getUid();
DatabaseReference DriverAvailabilityRef =
FirebaseDatabase.getInstance().getReference().child("location");
GeoFire geoFire = new GeoFire(DriverAvailabilityRef);
geoFire.setLocation(userID, new GeoLocation(location.getLatitude(),
location.getLongitude()));