Skip to content

Store usable JSON in the bundle #22

@makeitTim

Description

@makeitTim

This outputs a hierarchical mess where all values are wrapped in redundant attribute values, and it's not even properly formed JSON. My usecase requires usable JSON without wasted overhead. My reason for using bundles is efficiency and cost saving.

Looking at the extensions function code, looks like the fix is just to just bundle add JSON.stringify(snap.data()) instead?

I'm really surprised this is not the standard requirement? Is everybody just wasting all the space and time to find and re-parse to usable json? What am I missing?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions