Uri downloaduri=taskSnapshot.getDownloadUrl();//here i cant use getdownloadurl() functionnew_prod.child("product image").setValue(downloaduri);我无法使用getdownloadurl .I,已经将图像存储在firebase storage.Is<em
我的onSuccessListener()中有下面的代码片段来保存我上传的文件的下载URL。DatabaseReference downloadURLRef = rootRef.child("Child").child(value);我知道这个错误:
Error TaskSnapshot - Method should only be accessed within private