0

when a user adds a song to the favorites, the application saves the reference of the favorite song in a collection called 'favorites', so I would like to create a query to be able to create a recycler view that shows the data of the song that is being referenced.

Music document:

enter image description here

Document where the music is being referenced:

enter image description here

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807

1 Answers1

0

You can try FirebaseUI for Cloud Firestore

It provides a utility class to easily query Firestore data into RecyclerView.

wonsuc
  • 3,498
  • 1
  • 27
  • 30