hasura / hasura/firebase2graphql

Arrays are save as [ object, object] in tables

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
79
Forks
11
PR merge metrics
No merged PRs in 30d

Description

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"
}
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.