So I was working on a project, something like social network and I came across the problem. I have finished loading the list of data with Firebase UI component RecyclerView Adapter, it worked. For this I was using the docs, since I am new to Firebase. But every time someone adds a new post the database automatically refreshes itself and goes back to top. Any idea if I could make the firebase adapter to notify me when the data changes? I am not so good with the adapter so I decided not to use custom, but to use already made adapter. I am using Kotlin language.
Thank You!!