# Firebase JSON Value

**URL:** https://community.thunkable.com/t/firebase-json-value/52718
**Category:** Questions about Thunkable X
**Created:** [October 19, 2018, 2:56pm UTC](https://community.thunkable.com/t/firebase-json-value/52718 "2018-10-19T14:56:57Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Antonio\_Vitolo](https://avatars.discourse-cdn.com/v4/letter/a/73ab20/32.png) [@Antonio\_Vitolo](https://community.thunkable.com/u/Antonio_Vitolo)
#### Post date: [October 19, 2018, 2:56pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/1 "2018-10-19T14:56:57Z")

</div>

Hi,  
why in the label I get the string and in the variable no?

 ![Immagine1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/1/4148a16255a13a25f2bd33e7f733ccbd5ed9e991.jpeg)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 19, 2018, 6:45pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/2 "2018-10-19T18:45:48Z")

</div>

Try using the old type variable. To do this, add a procedure to the screen, create a variable in it, and then delete it. A block of this variable will appear in the block palette.

---

<div class="post-metadata">

### Author: ![Antonio\_Vitolo](https://avatars.discourse-cdn.com/v4/letter/a/73ab20/32.png) [@Antonio\_Vitolo](https://community.thunkable.com/u/Antonio_Vitolo)
#### Post date: [October 22, 2018, 2:58pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/3 "2018-10-22T14:58:14Z")

</div>

can you kindly give me an example?

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 22, 2018, 4:31pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/4 "2018-10-22T16:31:34Z")

</div>

An example of creating an old type variable.

 ![%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/4/74a012d1d5da494d89eb5865e6b6326ca5a34287.png)

Does your example work with this variable?

---

<div class="post-metadata">

### Author: ![Antonio\_Vitolo](https://avatars.discourse-cdn.com/v4/letter/a/73ab20/32.png) [@Antonio\_Vitolo](https://community.thunkable.com/u/Antonio_Vitolo)
#### Post date: [October 23, 2018, 12:33pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/5 "2018-10-23T12:33:26Z")

</div>

it works!

Why???

 ![Immagine1](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/3/c/3c094f6379013f1c2a962e4ed877cad7e8e1b200.jpeg)

---

<div class="post-metadata">

### Author: ![actech](https://avatars.discourse-cdn.com/v4/letter/a/3d9bf3/32.png) [@actech](https://community.thunkable.com/u/actech)
#### Post date: [October 23, 2018, 1:38pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/6 "2018-10-23T13:38:20Z")

</div>

At the forum, I saw messages that there are problems with global variables of the new type, so I suggested that you use the old type of variable, with which there are no problems.

---

<div class="post-metadata">

### Author: ![Mark](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/mark/32/18133_2.png) [@Mark](https://community.thunkable.com/u/Mark)
#### Post date: [October 23, 2018, 10:03pm UTC](https://community.thunkable.com/t/firebase-json-value/52718/7 "2018-10-23T22:03:52Z")

</div>

Please note that in most cases you can use the [new cloud variables](https://docs.thunkable.com/thunkable-cross-platform/create/blocks/variables) as a replacement for the Realtime DB component and everything becomes much simpler! A just deployed fix makes the new variables much more usable.

-Mark

---

<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:54am UTC](https://community.thunkable.com/t/firebase-json-value/52718/8 "2024-11-08T11:54:59Z")

</div>


