-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdb.json
More file actions
27 lines (25 loc) · 833 Bytes
/
db.json
File metadata and controls
27 lines (25 loc) · 833 Bytes
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
{
"posts": [{
"url1": "https://firebasestorage.googleapis.com/v0/b/infoflashmal.appspot.com/o/Lavons%20nous%20les%20mains%201.png?alt=media&token=70dfa1b7-85ef-40ed-a559-6a968d2280ba",
"url2": "https://firebasestorage.googleapis.com/v0/b/infoflashmal.appspot.com/o/Portons%20un%20masque%201.png?alt=media&token=8cbca172-4cc0-46b1-8bbf-dc1d29f3117d",
"audio1": "https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_700KB.mp3",
"audio2": "https://file-examples.com/wp-content/uploads/2017/11/file_example_MP3_700KB.mp3",
"question": "Vous lavez-vous les mains régulierement?",
"answer1": "Oui",
"answer2": "Non"
}],
"comments": [{
"id": 1,
"body": "some comment",
"postId": 1
},
{
"id": 2,
"body": "some comment",
"postId": 1
}
],
"profile": {
"name": "typicode"
}
}