Ex. Search through keys and find where the name = “John” and age = 17
checkNotif.orderByChild(“name”).equalTo(“John”).on("child_added", (snap) => {