0

I am using firebase storage to store notes. I am writing the notes using the ref.putString() API. when selected by the user, I would like to show the string in my note page, I already have the reference and download URL. I couldn't find any example for this kind of downloading. I found only img downloading into tag. I couldn't find example for downloading a string into a textarea or other method.

Any idea?

Sami Koren
  • 53
  • 7
  • Great thanks, I'll check it out soon. – Sami Koren Nov 09 '16 at 16:32
  • Hi, Thanks again for your answer. I was trying to use the ionic suggestion and define proxies (I am trying to read from firebase): "proxies": [{ "path": "/v0", "proxyUrl": "https://firebasestorage.googleapis.com/v0" }] and it doesn't work. any idea what I have missed? – Sami Koren Nov 11 '16 at 22:44
  • I am still getting: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:8100' is therefore not allowed access – Sami Koren Nov 11 '16 at 22:50

0 Answers0