So I have thousands of photos to be displayed in my ionic 4 app, and obviously I can’t store them all in my assets folders. Hence, can anyone advise me on the best and easiest way to host my images and just pull the URL into the image src? (avoid using plugins)
I looked into imgbb and imgur, they worked perfectly as all I have to do is store it right there and copy-paste their URL and embed into my img src however I feel unsafe as not sure whether how long their services will be available. I want to use google photos but sharing link does not display the images.
One option would to create your own database on your own server. You could place them in a Google Firebase system or maybe AWS. But that will take some effort, but might be the best option long term.
Thanks for your reply! I am actually already using firebase services (cloud messaging and database) for my ionic 4 app. Is there any tutorial on how to place them in firebase STORAGE and display them via my app?
But the images are placed alongside with <p tags meaning that it’s likes reading notes.
Once user click the button, entering the page, the page will display paragraphs of information and pictures. getDownloadURL method does not allow me to do that as all it does it opening the image only.