-1
I have a mobile application that stores the photos in a database and sends them in json format to a Realtime Databse from Firebase.
I’m developing a web application with Angular, I can get the data correctly, but I can’t display the image.
I tried something like:
<p>Foto:</p>
<img class="imgLoja" src="data:image/png;base64,{{modalData.FOTO_FACHADA}}"/>
But the result I got in the browser was:
I did a little research, but I can’t find a solution. If anyone can help me, I’m grateful.
Att.
Leonardo Freitag