creating conversation with data

This commit is contained in:
Arjun Patel
2022-02-02 16:11:20 -08:00
parent e2b786d6f1
commit f76d299b89
5 changed files with 141 additions and 9 deletions
+1
View File
@@ -43,6 +43,7 @@ export class ConversationMember {
createdDate: Timestamp = Timestamp.now();
lastUpdatedDate?: Timestamp;
lastInteractionDate?: Timestamp;
constructor(
_userId: string,