I am building application using Laravel 5.2, I have connected it with firebase storage to store files there. every thing is working fine, but when I get an image from firebase it only returns below array without any downlabable link
"type" => "file"
"dirname" => "FUEL"
"path" => "FUEL/Kaleem.jpeg"
"timestamp" => 1507750905
"mimetype" => "image/jpeg"
"size" => "129335"
But when I go firebase console it gives me the download link similar to following
Is there any way to get downloadUrl of an image from firebase storage using PHP?