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?