Javascript – Firebase – SnapShot – Can't acess array of elements, after snapshot
I'm setting up a system that monitors users online with Snapshot. It evaluates any changes in the database and updates the front end, creating an array in this.players. The problem is that I can't access the array anywhere in the…