void setChatWith(String? id, String? peerId) { FirebaseFirestore.instance .collection(getDocName()) .doc(id) .update({'chattingWith': peerId}); }