Skip to content

Instantly share code, notes, and snippets.

module.exports = function getValues(theCollection) {
console.log("start");
var result;
return db //note this return________
.collection(theCollection)
.get()
.then(snapshot => {
let theData = [];
.wrap-collabsible {
margin-bottom: 1.2rem 0;
}
input[type='checkbox'] {
display: none;
}
.lbl-toggle {
display: block;
fetch(url)
.then(resp => resp.json())
.then(function(result) {})