I have an array like this [bk,lorem,foo,zip]. How can I query this array with equalTo "lorem" (or any word I want to find in the array)?
I got it working with the "contains" type of query
Dan ponce
I have an array like this [bk,lorem,foo,zip]. How can I query this array with equalTo "lorem" (or any word I want to find in the array)?