I need help, I want like from upload image im using base64 to add it to the firebase, I want that when I upload image from image picker the image from the firebase which is the base64 will display to the list viewer
Can I ask again is it possible to add image to the list from the firebase? and how to do that can you help me, I badly need it for my project thank you
im using base64 to add to firebase, so how can I add the image of base64 to the list? Cause I want upload image and after that the image will be display inside the list thats all
Any reason the images need to be stored on firebase? You could download and convert them in advance of generating the listview. How and where are these base64Strings created ? Where are the original image files?
from here like any image, I store the image to db because I will create two apps which is for admin and for customer in admin it will upload the images so that in the customer app I can get the images