How would I query into Firestore to get all documents where an array contains a certain string?
For example my structure is...
/locations
/{locationId}
name:"Name of Location"
description:"Description of Location"
/lists
0:"bigList"
1:"smallList"
2:"mediumList"