📜  制作firestore标签 - 任何代码示例

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

代码示例2
const db = firebase.firestore();

const ref = db.collection('products');

const query = ref.where('color', 'in', ['red', 'white', 'blue']);