I saw this and JavaScript supports \'array-contains\' but what about flutter? Is there any way to query array that contains? Or flutter not support this?
Best thing to do right now is to use a firebase cloud functions to achieve whatever isnt yet available for the flutter firestore library. Thats what i intend to do when its time to refactor.