Charles
0
Q:

making firestore tags

const query = ref.where('colors', 'array-contains-any', ['red', 'white', 'blue']);
0
const db = firebase.firestore();

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

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

New to Communities?

Join the community