# Help with Firebase (Map Markers)

**URL:** https://community.thunkable.com/t/help-with-firebase-map-markers/609919
**Category:** Questions about Thunkable X
**Created:** [June 11, 2020, 10:50pm UTC](https://community.thunkable.com/t/help-with-firebase-map-markers/609919 "2020-06-11T22:50:10Z")
**Posts on this page:** 5
**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 11, 2020, 10:50pm UTC](https://community.thunkable.com/t/help-with-firebase-map-markers/609919/1 "2020-06-11T22:50:10Z")

</div>

Hi everyone, using a cloud variable I am saving latitudes, longitudes, titles and descriptions to Firebase. My problem is figuring out how to pull that information from Firebase and convert it into map markers.

This is what the markers saved to Firebase look like:

 ![firebase list](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/7/0711e6fd14fd8b3a9e4dce004683aa6c84d552fe.png)

And below is my attempt at coding my app to load one of these map markers from Firebase (ideally they would all be loaded).

![Screenshot (101)](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/4/3/43f0a8f1b53c622534606cbd0901f3eea61376d9.png)

I would really appreciate it if anyone could point out the errors in my code or share a better solution to my problem. Thanks in advance!

---

<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: [June 30, 2020, 9:10am UTC](https://community.thunkable.com/t/help-with-firebase-map-markers/609919/2 "2020-06-30T09:10:27Z")

</div>

@bobsunscreen just wondering if you’re using the right key here @bobsunscreen?

As a first test, can you try outputting the `value` from your RealtimeDB to a label just to see what response you’re getting.

Thanks.

---

<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 30, 2020, 9:36pm UTC](https://community.thunkable.com/t/help-with-firebase-map-markers/609919/3 "2020-06-30T21:36:17Z")

</div>

Hi @domhnallohanlon, thanks for your response! Between when I posted this and now, I’ve figured out a solution to my problem and a better way to do this. I should have probably deleted this post after I figured it out, sorry about that… Although I do appreciate your response!

---

<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 1, 2020, 7:18am UTC](https://community.thunkable.com/t/help-with-firebase-map-markers/609919/4 "2020-07-01T07:18:05Z")

</div>

No worries - glad to hear it’s working now anyway.

Hope to see your app in the #MadeWithThunkable category soon! 😁

---

<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/help-with-firebase-map-markers/609919/5 "2024-11-08T11:25:12Z")

</div>


