-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirebase-test-database.json
More file actions
63 lines (63 loc) · 1.8 KB
/
firebase-test-database.json
File metadata and controls
63 lines (63 loc) · 1.8 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"memes" : {
"memeId1": {
"uploader" : "testUid2",
"tag1" : "school",
"tag2" : "university",
"tag3" : "pressure"
}
},
"users" : {
"WL76brVSuhQpnzbFeVlu5I6wlL02" : {
"name" : "Max Mustermann",
"profilePictureUrl" : "https://comps.gograph.com/cool-indian-dude_gg61063622.jpg",
"fact1" : "Sports",
"fact2" : "Dogs",
"fact3" : "Cinema",
"matches" : ["testMatch1"]
},
"testUid2" : {
"name" : "Franka Testfrau",
"profilePictureUrl" : "https://www.publicdomainpictures.net/pictures/250000/velka/woman-green-eyes-portrait.jpg",
"fact1" : "Sports",
"fact2" : "Cats",
"fact3" : "Book",
"matches" : ["testMatch1"]
}
},
"likedMemes": {
"WL76brVSuhQpnzbFeVlu5I6wlL02" : ["tumblr_m0reimCzOL1qj26eao1_500.jpg", "tumblr_m893njtVJ81r9pr63o1_500.jpg"],
"testUid2" : ["tumblr_m4tnu5kx2s1qd5giho1_500.jpg", "tumblr_m0cawrU62O1qaaowno1_500.jpg"]
},
"uploadedMemes": {
"WL76brVSuhQpnzbFeVlu5I6wlL02" : ["tumblr_m4tnu5kx2s1qd5giho1_500.jpg", "tumblr_m0cawrU62O1qaaowno1_500.jpg"],
"testUid2" : ["tumblr_m0reimCzOL1qj26eao1_500.jpg", "tumblr_m893njtVJ81r9pr63o1_500.jpg"]
},
"matchingPreferences" : {
"WL76brVSuhQpnzbFeVlu5I6wlL02" : {
"ownGender" : "male",
"preferedGender" : "female"
},
"testUid2" : {
"ownGender" : "female",
"preferedGender" : "male"
}
},
"matches" : {
"testMatch1" : {
"user1" : "WL76brVSuhQpnzbFeVlu5I6wlL02",
"user2" : "testUid2",
"dateOfMatch" : "1592657580022"
}
},
"messages" : {
"testMatch1" : {
"messageUid1" : {
"sender" : "WL76brVSuhQpnzbFeVlu5I6wlL02",
"recipient" : "testUid2",
"messageContent" : "Hi there!",
"timestamp" : "1592657728116"
}
}
}
}