retrieving data from the real-time Firebase database for my activity representing a RecyclerView using an event listener
In my app Kotlin for chat, I have a small problem when I use addValueEventListener()to fetch data from users in my activity for a chat i retrieve all data in my consol firebase and my activity for chat it represents…