# Use of cloud Variable

**URL:** https://community.thunkable.com/t/use-of-cloud-variable/137381
**Category:** Questions about Thunkable X
**Created:** [July 9, 2019, 1:43pm UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381 "2019-07-09T13:43:14Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Ansh\_Anand](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ansh_anand/32/38118_2.png) [@Ansh\_Anand](https://community.thunkable.com/u/Ansh_Anand)
#### Post date: [July 9, 2019, 1:43pm UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/1 "2019-07-09T13:43:14Z")

</div>

Can cloud variables be used to store an absolute value that can be fetched by all the users of the app?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 9, 2019, 2:31pm UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/2 "2019-07-09T14:31:28Z")

</div>

Hi @Ansh_Anand - yes, absolutely!

The best way to check this however would be to create a simple demo app and share the .apk with one or two friends to check.

Bear in mind that if you share your project file then the cloud variables will be unique to each project, this is why you’d need to share and install the apk.

Thanks.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [January 14, 2020, 11:39pm UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/3 "2020-01-14T23:39:49Z")

</div>

Hey @domhnallohanlon or anyone really,

does this cross device value sharing apply to the web preview or the live view companion app as well as intalled apps  
?

i am thinking i can incorporate these cloud variables into my app.

I am also wondering if a cloud variable can be tied to specific users. this way they can sign in across multiple devices and see the same data. I am specifically thinking of a behavior tracking app for parents. They would share a login email so that way if 1 parent makes a change, the other can see it.

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [January 15, 2020, 1:47am UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/4 "2020-01-15T01:47:24Z")

</div>

> [@jared](#):
>
> does this cross device value sharing apply to … the live view companion app

Nope each live testing “session” creates new cloud variables

> [@jared](#):
>
> does this cross device value sharing apply to the web preview

I don’t think so either. The only way to have one cloud variable shared between users is to download and install the app itself on each users device.

---

<div class="post-metadata">

### Author: ![jared](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jared/32/138473_2.png) [@jared](https://community.thunkable.com/u/jared)
#### Post date: [January 15, 2020, 1:51am UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/5 "2020-01-15T01:51:08Z")

</div>

so, say i want a cloud variable to include username. this wouldn’t be possible. i would want to use the RealtimeDB option instead and save the data under a key that incorporates the userid?

---

<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:46am UTC](https://community.thunkable.com/t/use-of-cloud-variable/137381/6 "2024-11-08T11:46:01Z")

</div>


