如何在最近的版本中使用getDowloadurl? Uri downloaduri=taskSnapshot.getDownloadUrl();//here i cant use getdownloadurl() function
DatabaseReference new_prod=db.push();
new_prod.child("product name").setValue(prod_name);
new_prod.child("product price").setValue(prod_price);
new_prod.child("available stock").setValue(prod_quan);
new_prod.child("product image").setValue(downloaduri);
pd.dismiss();//fragments code我無法使用getDowloadurl,我已經將圖像存儲在Firebase存儲庫中了,是限制getDowloadurl使用的片段嗎?我的動機是要在火爐里查詢一下,請幫幫我。
請問如何在最近的版本中使用getDowloadurl?
慕碼人2483693
2019-11-06 09:05:41