The app pulls all bus stops (in Ireland) based on your query. So your query will be a city or town, and it will return a json with results of bus stops.
I can’t seem to get the “value” child to display its value. It should say the name of each stop, but it does not. I have tried using the join block to convert it to text, but I got nothing back. The list shows the total amount of stops that it got from the json, but does not set the text for each item, and so I am left with a list that has items but these items have no text.
I’ve tried ALL of the suggestions from everyone here and nothing seems to work. It shouldn’t be this hard. Has anyone come up with a way of parsing the data from Firebase and displaying it in a list in Thunkable X?
I still feel like whenever possible using airtable or a simple variable within the app is a better way of storing a list. However, I’m using the real time data base to be able to sync data across devices based on our users sign in name. So if that’s what you’re doing real time data base should be your friend. Otherwise you may want to switch to air table if you’re just searching lists.