Might be silly question but need to clear for beginner as like me.
I know how to upload image on Firestore database but I thought instead of use FirebaseStorage why we are not using base64 string for upload image, it might be so easy? Or there is some limitation on string length?
~ PS : I haven't tried with base64 string to upload image on Firestore.