taskSnapshot.getDownloadUrl() method not working

后端 未结 23 918
有刺的猬
有刺的猬 2020-12-08 08:03
private void uploadImageToFirebaseStorage() {
    StorageReference profileImageRef =
        FirebaseStorage.getInstance().getReference(\"profilepics/\" + System.cur         


        
23条回答
  •  情歌与酒
    2020-12-08 08:45

    I still having this error. What might be wrong? I already changed the permissions, and users to anonymous.

提交回复
热议问题