I have a very long list between 300 and 400 lines. And i like to get all text in the ap ones so I can sort it.
How can I do that in the best way. I need to find the customers near you from the list. So it is way to heavy if I need to go out on firebase with the Clod variable for each customer. That takes way to long time.
Hope you know what I mean.
I need the magic keyward to do this the fastest way, thanks.
Keep safe.
Simply set an App variable to the Firebase node you are interested in searching. It is surprisingly fast. Then you can searh/sort using the app variable. I’ve pulled Firebase JSON trees with over 30,000 nodes without any problems.
I dont think I can do it like that. Because I have several 100 customers in every city I have. So
like @drted surgest i need a “Create objec twith field block” with tilte, handle, latitude and longitude for each customer in each city. And that will never be the same numbers. Am I right?
Finding the “closest” customer based on latitude and longitude is difficult in Thunkable. Here is a link to one of many discussion of the problem. Loading Map Markers Near User.
The app variable name already has a local copy of your DB so you should use this variable in the count loop instead of reusing the cloud variable bestofviborg