I have a string column in firestore document :
String display = "Date, Day, Weather, Battery";
Now I have a :
arraylist<String> = "Date, Weather";
Now i want to get all documents from firestore where display contains any item from arraylist.
Can somebody tell, how can i do it ?