Recycle view showing single item from firebase realtime database
My JSON is: { "Ingredient": { "hgO9joLhmfh4Wjn7xYpyqcYmNOB3": { "Garlic": { "Expiry": "2022-11-12", "Ingredient": 1 }, "Onion": { "Expiry": "2022-11-12", "Ingredient": 1 } } } } where hgO9joLhmfh4Wjn7xYpyqcYmNOB3 is the current user UID. The problem here is RecycleView shows only a…