Hi!
What I am trying to do: I have 4 keys (parents) that goes by LOCATION/USERID/DATE_INPUT/TIME_INPUT and I want to make a list viewer using the 3rd key (DATE_INPUT) only. Then when I click on the date, it will navigate me to the 4th key (TIME_INPUT).
I have followed @darren’s example on YouTube, I managed to get the DATE_INPUT into the list viewer but the TIME_INPUT shows up too I found out that this was because the delimiter I set }, is similar for each DATE_INPUT items. However I can’t find an alternative to this because I rarely use ‘objects’…
I found another fellow Thunkable who had a similar idea to what I want to do but I don’t seem to find a solution on his/her post… (Post: Thunkable X Firebase Get Parent Nodes to the List).
Please tell me if I am missing somthing or some code blocks are wrong. Thank you!!