Skip to content

Commit b2e3998

Browse files
committed
Added sample json for firebase
1 parent b6afaba commit b2e3998

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"items" : {
3+
"item0" : {
4+
"description" : "NOTE : add items in the following format",
5+
"name" : "sample name",
6+
"price" : 0,
7+
"productID" : 0,
8+
"quantity" : 0,
9+
"type" : "sample type"
10+
}
11+
},
12+
"users" : {
13+
"dummy" : "keep this entry. without this, the other entries won't appear on the database"
14+
}
15+
}

0 commit comments

Comments
 (0)