issues
search
nt16145
/
Remote_Chat
Remote_chat repo
https://chat-424b7.firebaseapp.com/
Apache License 2.0
1
stars
0
forks
source link
必要なデータの洗い出し
#1
Open
nt16145
opened
4 years ago
nt16145
commented
4 years ago
Firestoreの設計をするために、サービスで利用するであろうデータを洗い出す。
nt16145
commented
4 years ago
groups - collection
[groupId] - document
group_name - data
group_member - data
nt16145
commented
4 years ago
messages - collection
[messageID] - document
name
profilePicUrl
text
timestamp
nt16145
commented
4 years ago
tasks - colletion
[taskID] - document
taskname
comment
taskuser
deadline
Firestoreの設計をするために、サービスで利用するであろうデータを洗い出す。