Firebase DatabaseReference
This class is the starting point for all Database operations. After you've initialized it with a URL, you can use it to read data, write data, and to create new DatabaseReferences.
represents a particular location in your Database and can be used for reading or writing data
DatabaseReference  |  Firebaseより
他のlibraryでいうところの databaseのCursorと同じイメージで良い? DatabaseReference
DatabaseReference#child(path)で、具体的なlocationに行く。
Firebase realtime Database