Invalid query. You cannot use more than one 'in' filter
this.ref.collection("users", ref => ref.where("uid1","in", [reciverId, senderId]) .where("uid2","in", [reciverId, senderId])) give me error like "Invalid query. You cannot use more than one 'in' filter"