Dear FlutterFlow community,
I have a CheckboxListTile named "Occupations" that is queried from a Firebase collection.
After user has selected different "Occupations" from the CheckboxListTiles, and then click on [Complete], I would like to save this list of chosen "Occupations" into users' Document.
For this, for "user" collection, I have a field "filter_industries", with data type "List <String>", as below.
However, I don't know how to save the list of selected "Occupations" from the checklist into users' "filter_industries".
I would much appreciate your help :)
Thanks everyone and much regards from Vietnam ๐ป๐ณ