firebase2graphql icon indicating copy to clipboard operation
firebase2graphql copied to clipboard

Arrays are save as [ object, object] in tables

Open rasheedk opened this issue 5 years ago • 0 comments

While importing any data from firebase with having an array inside a key. Arrays are save as [ object, object] in tables.

Eg:

attendees: {
  0: "Bill Gates",
  1: "Larry Page",
  2: "James Tamplin",
  3: "Bill Gates"
}

rasheedk avatar Nov 11 '19 13:11 rasheedk