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
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.