Hello guys, Im trying to insert or import data in one to firebase and not firestore it seems failing. I tried removing the # signs and deleting the 2 other objects it went through. It fails when the strings have # signs and if it includes additional array of objects in an array.
[{
"id": 132323,
"images": {
"#20426B": "shoe2-20426B.png",
"#BEE441": "shoe2-BEE441.png",
"#FC4142": "shoe2-FC4142.png"
},
"title": "Gieswin",
"sizes": [7, 8, 9, 10],
"colors": ["#20426B", "#BEE441", "#FC4142"],
"price": 21.23,
"dateCreated": 1621687730846
},
{
"id": 2121241,
"images": {
"#0E0E0E": "shoe1-0E0E0E.png",
"#5E2337": "shoe1-5E2337.png",
"#64CBB6": "shoe1-64CBB6.png",
"#C9BF2F": "shoe1-C9BF2F.png"
},
"title": "Meeflo",
"sizes": [7, 8, 9, 10],
"colors": ["#0E0E0E", "#5E2337", "#64CBB6", "#C9BF2F"],
"price": 31.23,
"dateCreated": 1497687730846
},
{
"id": 232353,
"images": {
"#0071C2": "shoes-c2-0071C2.png",
"#28858A": "shoes-c2-28858A.png",
},
"title": "Adobo Shoes",
"sizes": [7, 8, 9, 10],
"colors": ["#0071C2", "#28858A"],
"price": 11.10,
"dateCreated": 1521687730846
}]