I'm a newbie in firebase database and I'm trying to retrieve data like this in android into two recyclerviews when on click on sermoncategory
recycerview show all the sermons of that data can anyone help me with this? with android code also thanks!!
"sermons"
|_ _"0"
|_ "sermonurl": "https://..."
|_ "sermontitle": "Title"
|_ "sermoncategory": "2"
|_ _"1"
|_ "sermonurl": "https://..."
|_ "sermontitle": "Title"
|_ "sermoncategory": "3"
"sermoncategory"
|
|_ "2"
|_"categorytitle": "Covenant of Blessing"
|_"categoryimageurl": "https://..."
|_"categorydesciption":"bla bla bla"
|_ "3"
|_"categorytitle": "Healing"
|_"categoryimageurl": "https://..."
|_"categorydesciption":"bla bla bla"