标签: google-cloud-firestore
如何在Firestore中使用不同字段构建where('type', '==', 'public')查询? 例如:
where('type', '==', 'public')
where('kind', '==', 'product')或Switch
where('kind', '==', 'product')
Switch