firestore/templates/homepage.html [76:81]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
});
}).then(function() {
console.log("Transaction successfully committed!");
}).catch(function(error) {
console.log("Transaction failed: ", error);
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
firestore/templates/homepage.html [88:93]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
});
}).then(function() {
console.log("Transaction successfully committed!");
}).catch(function(error) {
console.log("Transaction failed: ", error);
});
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -