Skip to content

Add Features to send Files/Images via messages  #1

@Hadeso-0

Description

@Hadeso-0

Implement the functions to send files in messages.

How to approach

  1. When a user adds a file, the UI must store it in some Array<File>.
  2. User can add multiple files and edit the File Array via a cross button on the top-right corner of the file thumbnail.
  3. When the user clicks send, the client app must upload each file to the cloud storage (Firebase storage in this case), and send a new chat with __type = type of file [ to appropriately render it on the app ] and content = LINK OF THE UPLOADED DOCUMENT.

Todo-

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions