const setupProducts = (data) => { if (data.length) { let html = \'\'; data.forEach(doc => { const product = doc.data(); co