I am trying to upload images to firebase along with other string and double data type.
I am think about 2 options now, one is uploading the imageUrl to firebase Realtime Database and when I retrieved it, I will retrieve a imageUrl and convert it to image.
Another way is to upload the image file to Firebase storage.
Which one is the preferred one to do? From the speed of loading image? or other factors that I haven't thought of.
Thank you for your help! I appreciate it.