I created an application to connect people who need help with people who want to donate money to them
The person will record his data on a screen and the data will be uploaded to fire base
The donor will choose the city and a list of people in this city will appear to him
The problem is that when I want to retrieve the data from firebase data, It not work
how solve this problem
this code to store and retrieve
they are different screens
I recommend studying dictionaries and JSON for storing and retrieving structured data
If you put a slash (/) between the name and the value in the text JOIN when you store your data it becomes individually retrievable.
P.S. If you plan on adding more than just one item to your tag/value data base, you will need to devise unique tags for each item, to store them separately.
call GetTagList and look at the response in the event TagList. You will have all the tags inserted previously (a list of tags). So, at that point you will need a for each loop, and for each tag call to GetValue block. Then, in the GotValue event you must recover the elements.