help me with configuring DataTypes with maps and arrays in firestore document. Maps working fine, configuring Arrays need help.

Hi all,

i have a firesore collection with name motorcyclemodels, each document have Brand(map) , modelname (string), modelAttributes(array) , modelVariant(map)

Ex- Brand - Royal Enfield

modelname - super meteor 650

modelattributes - colors , value (0, name = color , values = 0 Red , 1 Blue , 2 Green

modelVariant - 0 {color : RED , Image url ''}

2 {color Blue , image url'}

i have created motorcyclemodels schema in flutterflow firebase tab sucessfully,

created custom datatype for brand - works fine,

not able to configure modelattributes and modelVariant in custom data type.

attached is the screenshot of firestore collection and ff schema


1 reply