I am trying to get the correct reference to my Firebase Database child and set the values in my RecyclerView but I am having some issues
问题 I am trying to populate my RecyclerView ViewHolder but I seem to be having difficulties. I think it may because of incorrect db reference but I am not quite sure what I am doing wrong. I have tried using the datasnapshot from childEventListener to retrieve the values from my firebase db and pass to the RecyclerView but unfortunately have not been successful private var mAuth: FirebaseAuth? = null private var mChatKey: String? = null private var mDatabase: DatabaseReference? = null private var