📅  最后修改于: 2022-03-11 14:56:18.558000             🧑  作者: Mango
const db = firebase.firestore();
const ref = db.collection('products');
const query = ref.where('color', 'in', ['red', 'white', 'blue']);