-
Notifications
You must be signed in to change notification settings - Fork 12
Store usable JSON in the bundle #22
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels