Making a chat app

how do you do that? with clouddb? firebase?

to send a file, you can convert the file to base64, and send the base64 string.
or upload the file to a cloud server, and send only send the file path.