Retrieving GPS data from Firebase DB

The trick is to use the List Picker .Text to show the last added item, and use that when you just want the last.

https://groups.google.com/g/mitappinventortest/c/II_RlElGddU/m/J0q_E-2rAwAJ

The taglist call back (of all the dates and times) may not necessarily come back from firebase in a sorted alpha-numeric order, this would need to be sorted first (using list blocks) then you can select the last item in the list (use length of list to get the index), and then call back the data related to that date/time tag.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.