-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinitial_messages.json
More file actions
124 lines (124 loc) · 3.23 KB
/
initial_messages.json
File metadata and controls
124 lines (124 loc) · 3.23 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"fcmTokens" : {
"cAD6STfQ7eA:APA91bEopaw6ch8neflzqJnBSRBk8p247EK9TtRFo6qIRoA-mTxXYanoEa1HJ9z8vwS1lRVILjVk75r7DPeOrA3xI-ihee2cJs4wA1CX7Z__0UgiXnirDOqemkQmtUEcld7Vy_jcB2XF" : "elc6oEYUAFgzqBegtRREiQ9Fmz93",
"fc4V-mW8lGk:APA91bFAf3TdL6VGrr1OuFRv9xwC_Hc1dY6KulOGFkhgnrV3b9c9AWjUk1lFoSDBaH87mNftUpcgQwpNMJZX-Xc_oSfvP_0JIIt025ABiZ2Q3VnYWdYqgquZ8eqcPhuVo-aGM6_piB3b" : "elc6oEYUAFgzqBegtRREiQ9Fmz93",
"hello" : "world"
},
"messages" : {
"-Kz2ib4H77rj0LYewF7dP" : {
"text" : "Hello",
"name" : "anonymous"
},
"-K2ib5JHRbbL0NrzztUfO" : {
"text" : "How are you",
"name" : "anonymous"
},
"-K2ib62mjHh34CzAUbide" : {
"text" : "I am fine",
"name" : "anonymous"
}
},
"foodRecovery" : {
"-K2bb4H77rj0LzYewF7dP" : {
"lat" : "33.0",
"long" : "128.0",
"location_disc" : "Dwinelle Hall",
"name" : "Jarrod Schnapper",
"pickupStart" : "UTC time here",
"pickupEnd" : "UTC time here",
"phoneNumber" : "514058342"
},
"-K2bzb4H77rj0LYewF7dQ" : {
"lat" : "33.0",
"long" : "128.0",
"location_disc" : "Dwinelle Hall",
"name" : "Jarrod Schnapper",
"pickupStart" : "UTC time here",
"pickupEnd" : "UTC time here",
"phoneNumber" : "514058342"
},
"-K2bzb4H77rj0LYewF7dX" : {
"lat" : "33.0",
"long" : "128.0",
"location_disc" : "Dwinelle Hall",
"name" : "Jarrod Schnapper",
"pickupStart" : "UTC time here",
"pickupEnd" : "UTC time here",
"phoneNumber" : "514058342"
}
},
"inventory" : {
"-K2zbb4H77rj0LYwF7dP" : {
"itemID" : "1",
"barcode" : "3490W80E95334I",
"lastScanned" : "UTC time here",
"itemName": "apple",
"url": "apple.jpg",
"count" : "23",
"lastUpdated" : "UTC time here"
},
"-A2zbb4H77rj0LYwF7zP" : {
"itemID" : "2",
"barcode" : "3490W80E95334I",
"lastScanned" : "UTC time here",
"itemName": "banana",
"url": "banana.jpg",
"count" : "2",
"lastUpdated" : "UTC time here"
},
"-Q2zbb4H77rj0LYwF7dP" : {
"itemID" : "1",
"barcode" : "3490W80E95334I",
"lastScanned" : "UTC time here",
"itemName": "carrot",
"url": "carrot.jpg",
"count" : "23423",
"lastUpdated" : "UTC time here"
}
},
"favorites" : {
"-K2bzb4H77rj0LYwF7dP" : {
"itemID" : "1",
"timeLiked" : "UTC time here"
}
},
"images" : {
"-K2bb4zH77rj0LYwF7dP" : {
"itemID" : "1",
"url" : "rip.jpg"
}
},
"categories" : {
"-K2bb4H77rj0LzYwF7dP" : {
"categoryID" : "1",
"text" : "Sauces",
"url" : "sauces.jpg"
}
},
"transactions" : {
"-K2bb4H7z7rj0LYwF7dP" : {
"transactionID" : "1",
"transactionStart" : "UTC time here",
"numItemsScanned" : "3",
"items": "1, 2, 3",
"studentStatus": "undergrad",
"studentID": "3033045443"
}
},
"itemLog" : {
"-K2bb4H77rj0LzYwF7dP" : {
"transactionID" : "1",
"barcodeID" : "2480937249",
"timeScanned" : "UTC time here",
"studentID": "3033045443"
}
},
"feedback" : {
"-K2bb4H77rj0LaYwF7dP" : {
"feedbackID" : "1",
"feedbackType" : "???",
"feedbackText" : "Please more X",
"time": "UTC time here"
}
}
}