Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatData에 데이터 추가 #38

Open
hyejinxx opened this issue Aug 17, 2022 · 1 comment
Open

ChatData에 데이터 추가 #38

hyejinxx opened this issue Aug 17, 2022 · 1 comment

Comments

@hyejinxx
Copy link
Member

현재 rdb, room 채팅 데이터에
chatId, postId, contactId 있는데 채팅목록이나 채팅 화면에서 상대방 닉네임을 보려면
contactId가 자신이 맞는지 확인 -> 아니라면 저장된 postId로 postData의 상대방 id를 받아와서 그걸로 다시 그 사람의 닉네임같은 정보를 불러와야함
그래서 채팅데이터에 post작성자 추가해서 contactId랑 동시 비교해서 상대방 정보 가져오는게 편할것 같다고 생각

@SeoYeonn05
Copy link
Contributor

sharedpreference 에 저장되어 있는 닉네임이랑 레벨이 바뀔때마다 realtime db도 갱신 -> room db는 realtime db가 바뀔 때마다 같이 갱신되도록(갱신될 때 알림을 주는 기능이 있음)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants