How to display this claim data

How to get all data has been submitted in my database.

@Still-learning Can you help me solve this problem?
I want to retrieve data back from date has been insert

In which bucket your data is present ??


I want to get all data from bucket claim

Try this alternte…

On button click to get claim data
Set project bucket to empty string
Call firebase tag , (use the same blocks used in
project bucket (as in the above image))

When firebase get value,
The result will be in dictionary mode… oatese the dictionary into list then get required value

Can you show me, how to do it