# Problem with Uploading Map Markers to Firebase

**URL:** https://community.thunkable.com/t/problem-with-uploading-map-markers-to-firebase/612980
**Category:** Questions about Thunkable X
**Created:** [June 13, 2020, 12:44pm UTC](https://community.thunkable.com/t/problem-with-uploading-map-markers-to-firebase/612980 "2020-06-13T12:44:43Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bobsunscreen](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/bobsunscreen/32/85667_2.png) [@bobsunscreen](https://community.thunkable.com/u/bobsunscreen)
#### Post date: [June 13, 2020, 12:44pm UTC](https://community.thunkable.com/t/problem-with-uploading-map-markers-to-firebase/612980/1 "2020-06-13T12:44:43Z")

</div>

Hi everyone, for some reason, saving an object to Firebase isn’t working for me. It allows me to upload lists, but whenever I use the “create object” block, Firebase doesn’t update. This is my code:

 ![Screen Shot 2020-06-13 at 8.40.18 AM](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/5/2/524a23cf7d8cae2e6e91d5196a3e4f8620bc71ac.png)

What am I doing wrong; how can I resolve this issue?

---

<div class="post-metadata">

### Author: ![gobassky](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/gobassky/32/77019_2.png) [@gobassky](https://community.thunkable.com/u/gobassky)
#### Post date: [June 14, 2020, 11:59am UTC](https://community.thunkable.com/t/problem-with-uploading-map-markers-to-firebase/612980/2 "2020-06-14T11:59:02Z")

</div>

Try to use a local variable (app type) for your processed. Then update the whole list to the cloud variable.

---

<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:25am UTC](https://community.thunkable.com/t/problem-with-uploading-map-markers-to-firebase/612980/3 "2024-11-08T11:25:45Z")

</div>


