I want to save the image Url  in my user's table so i can use the image
whenever i want.
But i have already solved it.
it was giving to me an array so i had to extract the urldownload from it,
like so:

task.snapshot.ref.getDownloadUrl().then(url=>{
const URL =url;
}
Tahank you...


Em qui, 11 de out de 2018 às 05:36, Sander Elias <sanderel...@gmail.com>
escreveu:

> Hi Alas,
>
> It depends on how you want to use the image. Or more precise, where. There
> are different ways for different purposes.
> Do you want a public URL for your image, or is the image only to be seen
> by logged in users?
>
> more details are in the documentation
> <https://firebase.google.com/docs/storage/web/download-files>.
>
> Regards
> Sander
>
> --
> You received this message because you are subscribed to the Google Groups
> "Angular and AngularJS discussion" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to angular+unsubscr...@googlegroups.com.
> To post to this group, send email to angular@googlegroups.com.
> Visit this group at https://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>


-- 
ATENTAMENTE;
*Eng.* Adelino Safeca
Software & Web Developer
|

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to