Skip to content
Advertisement

Firebase data not displaying in Recycler view. How do I display user specific data from firebase in recyclerview?

I have attached the firebase data image at the bottom for reference. I have a list of users. In that few users have a node called Cart. I need to display the data in the cart for that specific user.

Below is my Activity code

JavaScript

Here is my adapter class

JavaScript

Here is my Model class

JavaScript

I have a list of users. In that few users have a node called Cart. I need to display the data in the cart for that specific user.

enter image description here

Advertisement

Answer

Add this code on CartActivity

JavaScript

onCreate

Advertisement