📌  相关文章
📜  从 firestore 中的数组中搜索字符串 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:17.139000             🧑  作者: Mango

代码示例1
Firestore.instance.collection('save')
.where('fav', arrayContains: 'abc@gmail.com').snapshots()