Problem in showing Firebase DB data in Recycler ListView after new update

After the recent update in Niotron, the structure of Firebase DB data has changed.
Earlier it was easy to fetch data and directly show it in Recycler ListView, but now the data comes in dictionary format which is difficult to manage.

For example:

Before: Firebase data could be directly converted into a list.

Now: Data comes as dictionary (key → value), so we need to extract keys/values, convert them into a list of dictionaries, and then format it for Recycler ListView.

I am facing difficulty in:

  1. How to properly convert Firebase dictionary values into a list suitable for Recycler ListView.

  2. How to structure title / subtitle data to display correctly.

If anyone has implemented this after the latest update, please guide with example blocks or sample structure.

Thanks in advance :folded_hands:

Aia
marathi_qoutas.aia (9.4 KB)