# User Input not Appearing on the Screen

**URL:** https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762
**Category:** Questions about Thunkable X
**Created:** [April 11, 2023, 6:13pm UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762 "2023-04-11T18:13:12Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![leeeunsu02452v](https://avatars.discourse-cdn.com/v4/letter/l/45deac/32.png) [@leeeunsu02452v](https://community.thunkable.com/u/leeeunsu02452v)
#### Post date: [April 11, 2023, 6:13pm UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762/1 "2023-04-11T18:13:12Z")

</div>

Hello, I was trying to create a chatting app with Thunkable.  
I am able to see the typing part of the user input, but when I click the “send” button, the input doesn’t appear on the List\_Viewer.  
Does anybody know what is wrong with my code?  
I will upload the screenshot of my screen with the chat and the blocks.

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/7/57c8a864d9e458a3e9dae53c04f2594859a19933.png)  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/2/92bb344c425b9f4d6698586f4057c4484e5fb996.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [April 11, 2023, 7:09pm UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762/2 "2023-04-11T19:09:38Z")

</div>

Have you confirmed that data is getting saved to Firebase? If your rules or authentication account are not correct, that won’t happen and then the `when Realtime_DB1 DataChanged` event block won’t fire.

Have you debugged your blocks to find out what is/is not firing? One simple step would be to put a set Label’s Text to “test” right after the `set List_Viewer1's text items` block. When you preview, do you see “test” in that label?

---

<div class="post-metadata">

### Author: ![leeeunsu02452v](https://avatars.discourse-cdn.com/v4/letter/l/45deac/32.png) [@leeeunsu02452v](https://community.thunkable.com/u/leeeunsu02452v)
#### Post date: [April 12, 2023, 12:04am UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762/3 "2023-04-12T00:04:27Z")

</div>

Hello, thank you for your reply.  
However, I’m not sure how to do any of those things you suggested. Can you please provide an example on your suggestions?  
Thank you!

---

<div class="post-metadata">

### Author: ![leeeunsu02452v](https://avatars.discourse-cdn.com/v4/letter/l/45deac/32.png) [@leeeunsu02452v](https://community.thunkable.com/u/leeeunsu02452v)
#### Post date: [April 12, 2023, 3:57am UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762/4 "2023-04-12T03:57:21Z")

</div>

Oh, I just got it!  
Thank you so much for your suggestions!

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [July 11, 2023, 3:57am UTC](https://community.thunkable.com/t/user-input-not-appearing-on-the-screen/2367762/5 "2023-07-11T03:57:45Z")

</div>

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