Display a pictures from firebase in MIT App Inventor

Help me, please. I have a problem with displaying a picture from firebase that deletes Quotation Marks("....") before copying that show a picture in the browser.

You add data directly in firebase console and not from app. There are two ways to discard "First one is when you got value if contains " to use replace all text

image

Else when you save data use the following format and value won't contain " when received from firebase

"\"here put your base64 string\""

I'm sorry. I'm a beginner for this Please look at me, am I doing it right?