Swipe Refresh Layout - Update text by Firebase Database

Hello everyone! I need your help!

I want the text on Database places in label, when initialize. And then I need it to update -if the text on Database changed- when I refresh the screen.


But unfortunately nothing happens…

That’s the code I try which doesn’t work:

I would like to hear what I have to do. Thank you!

Replace got value event with got tag list event…Because you’re getting tag list and not a value…If you want to get a value, replace get tag list with get value…

2 Likes

I don’t know anything about the difference between value and tag list and what they’re using for… Which one should I use to do what I want?

Do you want to get the value of the tag isim which is changed?Then use get value…And set the tag to isim

1 Like

It works! Thank you so much!

1 Like

You’re welcome :smiling_face_with_three_hearts:

1 Like

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