firebase2graphql
firebase2graphql copied to clipboard
Arrays are save as [ object, object] in tables
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"
}