Firebase – React transform object in array
I want to transform a firebase object to an array like this : here is a link to the fiddle with an example https://jsfiddle.net/vfra1yp5/ 0: Object { first: "https://google.com", last: "google" } to [ { first: "https://google.com", last: "google", },…