I want to store image on firebase and want to use it somewhere. I went through this SO post and tried this demo.
It stores images as data:url format. But I want to upload and store images as physical file so I can use it further, something like this url http://example.com/some_image.png
Can I achieve this with Firebase?