-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Implement the functions to send files in messages.
How to approach
- When a user adds a file, the UI must store it in some
Array<File>. - User can add multiple files and edit the File Array via a cross button on the top-right corner of the file thumbnail.
- 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 ] andcontent = LINK OF THE UPLOADED DOCUMENT.
Todo-
Metadata
Metadata
Assignees
Labels
No labels