Here comes another db run with diffferent data topics. I want to download data from firebase with specific data and do this by downloading tagslist and running the tagslist for the specific data.
Besides the data i want to have the newest data submitted. To do this i have calculated a clock duration with start and end. I use my db data with date dd-mm-yyyy and time HH:mm:sek. I get a flaw in the duration calculator. Is yhe format worng?
Well i Have narrowed the flaw down to the duration block. I am certain the other ones work, but i suspekt the duration block cant read the dd-mm-yyyy from the database. The clock now should give a date and a time in a readable by the function. I cant describe all the variables and lists, and the question is also just for the duration function calculation.
I want to make my markers change color depending on the db data. I am using the function shown above to find the newest, but i have to find the right marker to change the color on. I use the marker title as this should be stable and comes from the same database. However i seem not not find the corresponding marker.