-
Notifications
You must be signed in to change notification settings - Fork 0
/
firebase.json
67 lines (67 loc) · 1.35 KB
/
firebase.json
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
{
"employees": [
{
"id": 1,
"name": "Dakota Rice",
"country": "Niger",
"city": "Oud-Turnhout",
"salary": "$36,738"
},
{
"id": 2,
"name": "Minerva Hooper",
"country": "Curaçao",
"city": "Sinaai-Waas",
"salary": "$23,789"
},
{
"id": 3,
"name": "Sage Rodriguez",
"country": "Netherlands",
"city": "Baileux",
"salary": "$56,142"
},
{
"id": 4,
"name": "Philip Chaney",
"country": "Korea, South",
"city": "Overland Park",
"salary": "$38,735"
},
{
"id": 5,
"name": "Doris Greene",
"country": "Malawi",
"city": "Feldkirchen in Kärnten",
"salary": "$63,542"
},
{
"id": 6,
"name": "Mason Porter",
"country": "Chile",
"city": "Gloucester",
"salary": "$78,615"
},
{
"id": 7,
"name": "Jon Porter",
"country": "Portugal",
"city": "Gloucester",
"salary": "$98,615"
}
],
"notifications": {
"notification1": {
"title": "Test Notification 1",
"time": "2024-01-01T00:00:00.000Z",
"icon": "fas fa-info-circle",
"read": false
},
"notification2": {
"title": "Test Notification 2",
"time": "2024-01-01T00:00:00.000Z",
"icon": "fas fa-envelope",
"read": false
}
}
}