我想在Firebase中上传图像。如果选择了特定ID,则将图像存储在Firebase中的特定文件夹中
StorageReference reference = FirebaseStorage.getInstance().getReference() .child("profilImages") .child(uid + ".jpeg");
[将图像在profilImages下存储为uid.jpeg也许这是答案的一部分。