Append Firebase data to an array in Swift ios
问题 I don't know what I am doing wrong! I just simply want to take data from Firebase database and iterate for each result and put them into an array. I have tried serval different approaches. But they all return results adding one at a time to the array. I have data like below: { "1400001" : { "HHtype" : 3, "Sesgrup" : 4, "lg_Et harcaması" : 0, "lg_Total Harcama" : 3.11 }, "1400002" : { "HHtype" : 1, "Sesgrup" : 4, "lg_Et harcaması" : 1.2, "lg_Total Harcama" : 3.15 }, "1400004" : { "HHtype" : 3,