I get this strange URL, com.google.android.gms.tasks.zzu@424c4968 that is not my URL photo. To solve this He suggests me to URL convert into String. but why still not working?
this is my code that result the strange url:
Task<Uri> download_uri = task.getResult().getStorage().getDownloadUrl();
Map<String, Object> value = new HashMap<>();
value.put("image", download_uri.toString()); // i follow his suggestion to convert url into string
OUTPUT of download_uri com.google.android.gms.tasks.zzu@424c4968