You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.
Ahrim Yang edited this page May 6, 2021
·
2 revisions
Firestore 저장 형식
// User 정보 데이터constUsers={username: {password: "비밀번호",createdAt: "회원가입 한 시간",updatedAt: "수정된 시간",image: "프로필 사진 url",description: "프로필 설명",starredUsers: ["북마크한 사용자 username"],},};
고려사항
User 관련 사항은 추후에 개발 예정
우선은 Starred 페이지에서는 wirter != "자신의username"인 모든 데이터 가져오도록 (?)