Hello,
in my app posts can be created.
In a post, for example, multiple types (other document) can be selected via a dropdown. The types are loaded as a backend query (list of documents).
When editing the post, the dropdown should first be loaded with the previously selected values, which were stored in Firestore as a list<string>.
So far this works fine if I have a dropdown where you can only select one value. But does this also work with the multiple select?