Skip to content

[firestore-bigquery-export] gen-schema-view script - Option to populate array of references via referenceArray type #718

@alexcastillo

Description

@alexcastillo
  • 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

dackers86 commented on Aug 9, 2021

@dackers86
Member

Thanks @alexcastillo.

Added for investigation / consideration

alexcastillo

alexcastillo commented on Aug 9, 2021

@alexcastillo
Author

Thank you, @dackers86!

moved this from Needs Acknowledgment to Triaged in [Cloud] Extensions + Functionson May 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @i14h@alexcastillo@dackers86@cabljac

        Issue actions

          [firestore-bigquery-export] gen-schema-view script - Option to populate array of references via referenceArray type · Issue #718 · firebase/extensions