Hi everyone
I’m working on a project where users can add pin points on a map (latitude and longitude) and I’d like to store those points in Firebase Realtime Database so they can be shared or reloaded later.
I’ve already connected my Thunkable project to Firebase (the connection works fine), but the Firebase components don’t appear in the Blocks, except for the Signin.
Therefore I’m not sure how to handle the part where:
-
The user taps or adds a marker on the map, and
-
That marker’s coordinates get saved automatically to Firebase.
I’ve seen a few threads about similar topics, but the info is quite scattered, so I’d love to have a clear and up-to-date example or guide focused just on this part.
Ideally:
-
Tap on the map → a new pin appears
-
Coordinates are saved to Firebase (e.g.
{latitude: ..., longitude: ...}) -
Later, those pins can be reloaded when the app starts
If anyone has done something similar or can share how to structure this in Thunkable, that would be super helpful! ![]()
Thanks in advance,
Raffaele