data from firebase to json

data from firebase to json

alvannaalvanna Posts: 1Questions: 1Answers: 0

my data format from firebase data retrieval in the form of an array then I change it using json_encode on php. The results of these changes are as shown below. can anyone help me so that the data can be displayed in the DataTable ?

This question has an accepted answers - jump to answer

Answers

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    Hi @alvanna ,

    You would need to turn that object of objects, into an array of objects. There's probably some guidance on the web for that.

    Cheers,

    Colin

This discussion has been closed.