이전에는 새로고침으로 댓글을 추가했지만 firestore 실시간업데이트 onSnapshot 이라는 함수를 알게되면서 새로고침을 사용X
const updateComment = onSnapshot(querySnapshot, (snapshot) => {updateCommentList(snapshot)};