Hi, I'm working on an app, in it I have to fill a recyclerview with Firebase data, which I managed to do with the adapter and information that firebase itself provides . Now what I want to do is fill a recyclerview with the firebase data but it has sections which would be the parent that hosts the data in firebase, I'm a little lost with this, and I think it's in the Recyclerview adapter where I do not know how do it, I hope you can help me.