as of right now, I have added two preferences fields in the Authentication schema from Firebase labeled: preferences1 and preferences2 and they are both currently List<String> for the data type, but I can change that if needed?
On the app, I would like to have preferences1 populated by the user selecting from options in 3 different drop down selection boxes. 1. Dropdown1 (single selection), 2. Dropdown2 (multi-select) and 3. Dropdown3 (multi-select).
I would like to have preferences2 populated by the user selecting from options in 2 different drop down selection boxes. 1. Dropdown4 (multi=select) and 2. Dropdown5 (multi-select).
Is it possible to update the preferences fields using the selections in multiple drop down boxes, and how would I do it in Flutterflow/Firebase?