Hey everyone I'm working on a kotlin, firebase and...
# android
j
Hey everyone I'm working on a kotlin, firebase android chat app. Anyone have any tips on adding attachment functionality like posting an image to a chat conversation and having it displayed to both parties? I already have real time messaging working, I can't figure out file attachment sharing at all and I've looked online for guides but to no avail. If anyone can point me a good direction thank you! If not then that's fine thanks for reading this!
z
this is a pretty broad question but if you wanna send me a DM I'd be willing to talk through it with you
h
You can make an uploading task to FireBase Storage and get back the url, after that put url into your chat conversation
j
@Henry that's exactly what I did! Not what I envisioned since most chat apps have file previews but I figured the minimum case has been fulfilled using the method you mentioned thanks!