devcisive / solumon-frontend

0 stars 3 forks source link

✨ [Feature/component/#15] 내가 남긴 기록 페이지 firestore로 구현 #93

Closed chaeeunj closed 7 months ago

chaeeunj commented 7 months ago

MyHistory.jsx


'posts-write' 컬렉션에는 모든 사용자들이 작성한 게시글이 저장되어 있고(제목, 본문, 첨부 이미지, 투표 정보, 해시태그, 작성 날짜 등) 'users' 컬렉션에는 회원가입한 사용자들의 개인 정보(uid, 관심주제, 작성한 글의 postId, 투표에 참여한 글의 postId, 채팅에 참여한 글의 postId) 값이 저장되어 있음