I want to display base 64 image in MIT App Inventor which is stored in FIRBASE REALTIME DATABASE

You can use the first extension here to display the base64 in an image component:

image

or as Marco has indicated you can use a webviewer to display the image:

image

1 Like