The firebase flutter array cannot be searched
The firebase flutter array cannot be searched Please help, I haven't found a solution for several days of searching. FirebaseFirestore.instance .collection("Chats") .where("members", arrayContains: "90TDhef6G9QY7ljJyZjdpeaLNoA3") .where("members", arrayContains: "yutgffvvpobjjJyZjdpeaLNoA3") .get(); I want to search for a chat that contains users. This error…