You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When adding a JSON type column to a table, the default entry in new rows is an empty object. There is no way to configure this default entry to be an empty array. My current workaround strategy is to delete and re-add the property in Firestore with an empty array as its value. The empty array value is imported and can be worked with in Firetable as expected.
Describe the solution you'd like
When creating a JSON type column, an option to use either an object or an array as the default root data structure. Alternatively, split the JSON column type into two distinct column types: JSON Object and JSON Array.
Describe alternatives you've considered
I've considered restructuring my data to avoid any arrays containing complex data types.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When adding a JSON type column to a table, the default entry in new rows is an empty object. There is no way to configure this default entry to be an empty array. My current workaround strategy is to delete and re-add the property in Firestore with an empty array as its value. The empty array value is imported and can be worked with in Firetable as expected.
Describe the solution you'd like
When creating a JSON type column, an option to use either an object or an array as the default root data structure. Alternatively, split the JSON column type into two distinct column types: JSON Object and JSON Array.
Describe alternatives you've considered
I've considered restructuring my data to avoid any arrays containing complex data types.
The text was updated successfully, but these errors were encountered: