我想知道是否可以按代码所示将数据推送到树状结构中,我希望能够列出属于特定产品的所有子项,如果可以,请告诉我如何写。提前致谢。
+ Products
-Details
-firebase_idxxx
name:"xx"
id: "xx"
ukey = request.POST.get('ukey')
name= request.POST.get('name')
data = {"uid": ukey, "name": name}
database.child("Products").child("details").push(data)
what I want to achieve
+ Products
-Details
-firebase_idxxx123333
-personal
name:"1233"
id: "123"
-children
-firebase_id46464
name:"1233"
id :"123"
-firebase_id46464333
name:"34"
id="24"
-firebase_idtyutyt
name:"3r4"
id="2r4"
-firebase_idxxx44455