my firebase structure is like this
this is my got value block
but when i get value in the the project bucket Question/ନବମ/ଇଂରାଜି/The Priceless Gift . then got value like this {"1732556823261:["f","t","p","i","y","\t"]","1732556851658":"["1","2","3","4","4","2"]"}.
but when do like this
it shows data like ["["f","t","p","i","y","t"]","["1","2","3","4","4","2"]"]. (its not a list of list)
but i want list like list of list i.e., [["f","t","p","i","y","t"],["1","2","3","4","4","2"]]
so how do i do this?