My last suggestion is trying to start from the ground up.
let myConnection = firebase.database().ref('/');
myConnection.orderByKey().on("child_added", function(snapshot) {
console.log("Got");
console.log(snapshot.val());
});
and see what pops up.
and don't use 'any'. It helps very, very much.