-
Notifications
You must be signed in to change notification settings - Fork 13
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?
Metadata
Metadata
Assignees
Labels
No labels