Hi @serkanyerdan either method you have used will work fine for displaying that location on the map (If it is a recognised location by Google).
However, please make sure that if you use the direct record within the user collection that all records for users do have a neighbourhood property on that record. Otherwise nothing will display. Likewise with the relational property, make sure that a user is attached to that record, or again, nothing is there for the map to display.
I hope this helps. You have the set up right for the component, you may just be missing data in your database to display for that logged in user.
At the moment my db is set like this. When I preview and edit information, it creates the users, adds the information to the file and updates both databases (Relation field staying empty for some reason). However, the map doesn’t show the location that the user typed.
Seems like I may build this the wrong way because I use this section just for Sign-Up. ( the user will do this once when they are signing up for the platform)
Thanks again @anon78309838. So sorry if I keep asking many question but I appreciate your help. I have been trying to figure out Adalo for a week now and feeling more and more confident everyday.
As you said, I have added a Visible field and it does work on the database side. However, showing the marker is not working still. Maybe I am doing something wrong with choosing where the marker will come from?