User does not have permission to access this object . Firebase storage android

后端 未结 10 1699
甜味超标
甜味超标 2020-12-02 20:12

I am new to firebase storage. Just so I could learn it, I made a simple app that has a button and an ImageView. When I click on the button, an image (from

10条回答
  •  再見小時候
    2020-12-02 20:46

    Just go to Storage - Rules. Enter the rule as following, replacing the bucket name with your own bucket name. You can find the bucket name by going to Storage - Files.

    It should look something like this: myapplication-xxxx.appspot.com

    That's all you need. You don't need to enable authentication, if you are doing it for testing purposes only. If you need authentication, you can add it later.

提交回复
热议问题