FirebaseStorage returning unknown error when requesting image

后端 未结 10 834
[愿得一人]
[愿得一人] 2020-12-02 02:05

I am trying to pull in an image I have added to my firebase storage on an Android device. Every time this runs I get this error from the onFailureListener()

10条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-02 02:29

    I had the same problem while using the Quick Start Firebase storage sample. The problem was that the app wasn't requesting runtime permissions for storage on Android M.

    So, try to check the storage permissions.

提交回复
热议问题