-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema
More file actions
44 lines (40 loc) · 1.18 KB
/
schema
File metadata and controls
44 lines (40 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
users {
email : abc@abc.com ,
password :abc,
bio : abcdefgh,
gender : X,
age : 10,
first_name : abc ,
last_name : def,
created_at : 2020-01-03T21:33:21.250Z
updated_at : 2020-01-03T21:33:21.250Z
userId : ardu3Nvoj0b1e7DLocOyrxSb1lI2
user_image_url : https://firebasestorage.googleapis.com/v0/b/oldmonk-cc6c9.appspot.com/o/blank_img.png?alt=media
}
Posts {
title : abc,
description : abcdefgh,
likes : 6,
image_url : http://,
author : first_name + last_name
created_at : 2020-01-03T21:33:21.250Z
updated_at : 2020-01-03T21:33:21.250Z
commentCount : 0,
likeCount : 0
userId : DIj8atJAEXfVVUKcW6SM7zE7XmX2
email : abc@abc.com
}
comments {
commented_by : abc,
post_id : 68468Eouj8oQLakQDWh87EA4B76,
comment : abcdefgh
created_at : 2020-01-03T21:33:21.250Z
}
likes {
post_id : Eouj8oQLakQDWh87EA4B
liked_by_uid : DIj8atJAEXfVVUKcW6SM7zE7XmX2
created_at : 2020-01-03T21:33:21.250Z
liked_by_email : abc@abc.com
}
}