A user upload a file or images in firebase database and download in app please help for block structure code:face_with_monocle:please help
What have you tried so far? (Show your relevant blocks)
How/Where are you uploading images to firebase?
You can try base64 extension
Base64 increments the file size by around a third. It works, though I wouldn't recommend it.
You might want to try out Firebase Storage to upload/download images.