Hi
I am making a app in which you can save data first I was using FIREBASE but it was taking time so I tried cloud variable. Is there any way I can access that data
1 Like
Can you explain what you mean?
The only way to save cloud variables
is by using Firebase. At least this is what I know.
How to access data which is stored in cloud variables
1 Like
This is an example of declaring a cloud variable and retrieving it.
Sometimes, you want to use the cloud variable without declaring it.
Let me show an example. I saved a variable in my Firebase RTDB with the name of thunkable
as seen in this image
Now I can retrieve the data stored in it by the following
When I run the app
This is the default screen
After clicking on the button the value saved under the key is shown in the label