From 67087ab14786adb7d357a05742d0c2720b6d0aa9 Mon Sep 17 00:00:00 2001 From: Freek van de Ven Date: Tue, 11 Jul 2023 13:05:12 +0200 Subject: [PATCH] feat: add FEATURES.md --- FEATURES.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 FEATURES.md diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 0000000..1824a2e --- /dev/null +++ b/FEATURES.md @@ -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