How to get tag list using new firebase database

this is the Received value after the get value block and it’s in the list format but I’m Still Getting error that value is not a list. all blocks are fine I’m Getting the value what I need just It’s not in List format or I Don’t Understand what to do

Are you trying to get the tag list or get the value? It’s pretty confusing what you are trying to achieve

Okay let me clear all -

My data saved like this -

Wimb/stateROUTES/start point To end point/Bus time(tag): [“index1”,”index2”]value

EXAMPLE-

wimb/HARYANAROUTES/PANIPAT TO ROHTAK/BUS DEPARTURE TIME IS 5:00am : [“bus id -1234”,”bus service is private”]

Ok now you know my data structure

Now see when i call value for [“index1”,”index2”]
It’s will be used for index1 for title and index2 for subtitle. But it’s show error that the value is not a list

Are you storing it as a list and then getting the value and you expect the value to be a list, is that correct?

1 Like

Yes and my previous version is working fine with this process

No reply is also a reply

I’m looking at the issue