Geofire不更新我在Firebase数据库中的位置

时间:2018-07-18 12:40:42

标签: java android firebase firebase-realtime-database geofire

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()));

0 个答案:

没有答案