Kindly help me out, since i cannot find exact solution for my problem.
Actually, i want to display image that is stored in base 64 form on Firebase realtime database in MIT APP Inventor.
Please help me out with
Thank you so much for replying. Highly Appreciated!
Can you please tell me how to set and view picture in image component.
Please anyone paste here the snippet of Whole block diagram of this.
I do not know whether I am doing right or wrong.
Thank you in advance.
Your Button1 Click event assumes the data will arrive from FireBase instantly after you ask for it. That's not the case.
You need the FireBase Event block that fires when data arrives from Firebase, to capture the 64 bit encoded data into a global variable, and initiate the picture conversion and display.
Thank You So mcuh. Highly appreciated for your concern and time that you have given to.
This block of code seems excellent, but why this is showing error in in my app.
the screenshot of my firebase which is having image as base 64
and you can also check my block coding that i got from you @TIMAI2