Simulator Screen Recording - iPhone 14 Pro - 2022-11-25 at 00.49.59.mp4
데이터베이스에 접근해서 읽어오는 방식
Firestore.firestore().collection("chatroom")
.document("chatRoomID")
.collection("chat")
.document("채팅 다큐먼트의 이름")
.setData(_ documentData: [String : Any], completion: ((Error?) -> Void)?)