I know this is the most easiest one to get the output. For some reason I am stuck in retrieving the data from firebase and display it in listviewer but I am able to send message to the firebase.
I have attached the screenshot as well as the project link.
I have created 2 objects E-Mail as Hi and Phone as 9999999. It is reflecting correctly in Database under Key Test.
I see blank screen on thunkable when I click on Get Button, thus seeking help whether the code is correct or not to retreive and display it in listviewer.
It is better to first show the “value” in a label to see if it is retrieved from the database as object or as JSON. you can then decide which code to use.
If it is already an object then it could be a single object or a list. You can use the List Viewer for lists that are saved as objects but if it is just a single object then use a label in the screen and use Get property of object and mention the property such as “Email” (properties are case sensitive) and for the object use “value” directly.
This will result in a list that has the key names; Email and Phone. So I have added another block when you select one from the list the value stored in it is displayed in a label in the screen.