[AngularJS] Re: How to Retrieve the file DownloadUrl From firebase ?

2018-10-21 Thread Srinivas Sria
Title: new angular development features and improvements with error handling webinar by google employees About Angular: Angular is a Typescript-based open-source front-end web application platform led by the Angular Team at Google and by a community of individuals and corporations. What

Re: [AngularJS] Re: How to Retrieve the file DownloadUrl From firebase ?

2018-10-10 Thread Alas de Laas
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

[AngularJS] Re: How to Retrieve the file DownloadUrl From firebase ?

2018-10-10 Thread Sander Elias
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