ktx / com.google.firebase.database.ktx / com.google.firebase.database.DataSnapshot

Extensions for com.google.firebase.database.DataSnapshot

getValue

fun <T> DataSnapshot.getValue(): T?

Returns the content of the DataSnapshot converted to a POJO.