如何查询Firestore以获取数组包含某个字符串的所有文档?
例如我的结构是......
/locations
/{locationId}
name:"Name of Location"
description:"Description of Location"
/lists
0:"bigList"
1:"smallList"
2:"mediumList"