How do you send title and subtitle in firebase, how to get it back in app?

I have tried sending the title and subtitle in firebase, how to get it back in the app, but I can only get the title and I have multiple values ​​in the title, then having trouble displaying it in another screen.




Aia file
Cooplive.aia (301.7 KB)

Don't use 1 as a node/tag, this confuses Firebase into thinking you are creating an array. Use 01 or A1 etc.

1 Like

I did not see any change due to that

Something like this:

1 Like


My exact problem here is sending data, and getting data from firebase. I don't understand what it is

Following you blocks coding:

1 Like


title , subtitle , is visible in firebase , now i want to get it in recycle list , how to do it

OK, if, for example, you set projectBucket to kumar, (don't really know why you are messing around with the project bucket) then the blocks should be

1 Like


Now I am thinking how to show this list by calling the tag value stored in firebase, the method you mentioned is working.