feat: add FEATURES.md

This commit is contained in:
Freek van de Ven 2023-07-11 13:05:12 +02:00
parent 6f78ae6518
commit 67087ab147

7
FEATURES.md Normal file
View file

@ -0,0 +1,7 @@
List of Features from this component:
* A chat overview screen
* A chat detail screen
* Chats can be between 2 users or group chats
* Chats can contain messages or images
* Interface for interacting with the messages(createChat, sendMessage, etc.)
* Firebase implementation of the interface