I have the following:
db.collection("users") .where("activated", "==", 0) .get() .then(snap => { snap.forEach(doc => {