<!-- DO NOT DELETE validate_template=true template_path=.github/ISSUE_TEMPLATE/bug.md --> - Extension name: `firestore-bigquery-export` - Extension version: 0.1.16 Great job with the extension, this has saved me an incredible amount of time. I was wondering if it is possible to have the `gen-schema-view` script populate array of references values? ## Example Schema ``` { "fields": [ { "name": "tags", "type": "referenceArray" } ] } ``` The schema above would produce a cell for every field in the tag document, instead of a cell with the reference url.
Activity
dackers86 commentedon Aug 9, 2021
Thanks @alexcastillo.
Added for investigation / consideration
alexcastillo commentedon Aug 9, 2021
Thank you, @dackers86!