# \[Solved\] How to move a number from text input into firebase then into a label on a different screen

**URL:** https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957
**Category:** Questions about Thunkable X
**Tags:** textinput, labels, database, solved, firebase
**Created:** [February 21, 2020, 1:53pm UTC](https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957 "2020-02-21T13:53:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![16josephsrgz](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/16josephsrgz/32/61177_2.png) [@16josephsrgz](https://community.thunkable.com/u/16josephsrgz)
#### Post date: [February 21, 2020, 1:53pm UTC](https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957/1 "2020-02-21T13:53:12Z")

</div>

In my app, I need the user to be able to input a number into a text input  
 ![Screenshot 2020-02-21 at 13.38.39](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/3/1357f0fbe2092257b9fa38350ce59eb7c9b0dea4.png)  
And then it go into the firebase cloud, and once the number is stored in the database, change the screen to a different page and a label shows the number that they typed in  
 ![Screenshot 2020-02-21 at 13.38.47](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/7/d77b9f08d9dbac67d2a60a76155b4cd196bf3482.png)  
And if possible for that number to save, so as long as the user is logged in (I have already set this up) and when they go on this screen, they can always see their number. This is all a bit complicated for me.

---

<div class="post-metadata">

### Author: ![kartik14](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/kartik14/32/44782_2.png) [@kartik14](https://community.thunkable.com/u/kartik14)
#### Post date: [February 21, 2020, 2:07pm UTC](https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957/2 "2020-02-21T14:07:49Z")

</div>

Hi, @16josephsrgz! 👋

This method might help you -

- Grab a ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/9/3/93e353fa1995a03fe2a57e54a7b1baf7a6fb316b.png) component.

- When you store the `textInput`'s text to Firebase, save it in `Local Storage` too.

- So, wherever you want to get the value, use these blocks -

* * *

Hope I helped you! 😺  
Good Luck! 🎉

Thanks! 😊

---

<div class="post-metadata">

### Author: ![16josephsrgz](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/16josephsrgz/32/61177_2.png) [@16josephsrgz](https://community.thunkable.com/u/16josephsrgz)
#### Post date: [February 21, 2020, 3:37pm UTC](https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957/3 "2020-02-21T15:37:44Z")

</div>

This is perfect! Thank you so much 😆

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 11:40am UTC](https://community.thunkable.com/t/solved-how-to-move-a-number-from-text-input-into-firebase-then-into-a-label-on-a-different-screen/476957/4 "2024-11-08T11:40:54Z")

</div>


