myConnection.orderByKey().on("child_added", (snapshot) => {
console.log("Got");
console.log(snapshot.val());
});
Went through and eidted my app to include only arrow functions inside functions. Much easier than I expected. I was a little intimidated by the concept, but, no problem. Thanks @rapropos