astarting data stuff

This commit is contained in:
Arjun Patel
2022-02-02 21:51:09 -08:00
parent f76d299b89
commit 5203211e55
8 changed files with 181 additions and 30 deletions
@@ -41,6 +41,7 @@ export default class ConversationService {
{
...conversation,
createdDate: serverTimestamp(),
lastActivityDate: serverTimestamp(),
},
{ merge: true }
);