Firebase pushing array - Javascript
The Firebase Database stores lists of data in a different format, to cater for the multi-user and offline aspects of modern web. The -K...
are called push IDs and are the expected behavior when you call push()
on a database reference.
See this blog post on how Firebase handles arrays, this blog post on the format of those keys, and the Firebase documentation on adding data to lists.