@Override
 public void onDataChange(DataSnapshot snapshot) {
   done.setDataSnapshot(snapshot);
   done.countDown();
 }