# Saving information into the database

**URL:** https://community.thunkable.com/t/saving-information-into-the-database/1587204
**Category:** Questions about Thunkable X
**Tags:** firebase, cloudinary, beginner
**Created:** [October 29, 2021, 3:46am UTC](https://community.thunkable.com/t/saving-information-into-the-database/1587204 "2021-10-29T03:46:04Z")
**Posts on this page:** 1
**Showing post:** 10

<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: [October 29, 2021, 11:13pm UTC](https://community.thunkable.com/t/saving-information-into-the-database/1587204/10 "2021-10-29T23:13:26Z")

</div>

If you Google _Cloudinary Thunkable_, the first result should be the documentation for using Cloudinary which includes set up, a video, etc.

Look for the “Upload Media” section of the documentation. Once you generate the green `mediaURL` block, you can save its value to Firebase. To see what Firebase access using cloud variable names looks like, check out this example:

> [@Saving partial data below a Firebase key?](https://community.thunkable.com/t/saving-partial-data-below-a-firebase-key/1588428/5):
>
> Accessing stored variables can be slow so I recommend setting the app variable UserID to stored variable UserID and then using app variable UserID when accessing Firebase.

It took me hours to get this all working. It’s definitely possible but it does take some time to set up and test and troubleshoot.

---

_[View the full topic](https://community.thunkable.com/t/saving-information-into-the-database/1587204)._
