Bug report
Describe the bug
Documentation for storage instructs you to create a bucket "avatars" and make it public.
I did and uploaded an image in it.

Now when I want to download this image, I'm instructed to

Which is wrong, because it will make a request to bucket url

When instead it should be going this

And the Dart docs are also out of date.
Bug report
Describe the bug
Documentation for storage instructs you to create a bucket "avatars" and make it public.
I did and uploaded an image in it.

Now when I want to download this image, I'm instructed to

Which is wrong, because it will make a request to bucket url

When instead it should be going this

And the Dart docs are also out of date.