data from firebase to json
data from firebase to json
alvanna
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
This discussion has been closed.
Answers
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