When I open the map, the app crashes.
I did the following:
-checked the variable"alarma" and its properties(they’re all fine, so the problem is not there)
-checked other things(everyting is functional until I “call Map1’s addIconMarker”
-set the value of the latitude and longitude to numbers(converted from strings by using mathematical blocks)
Something still seems to be wrong. Why is that?
Can you show an image of your Firebase numbers?
If it works with direct numbers but not with the stored numbers then you already localized the problem.
(this is from another screen)
When one user clicks a button, that variable will create an object with the coordinate fields. Those are going to be used to add a map marker, in another user’s map. Basically, this should be a location tracker.
First of all, thank you for the videos but they do not show any map in the project and second anything to do with maps need to be run from the mobile not from the computer.
Can you please record another video showing the map in the screen and clicking the option to add the marker?
Not that easy @tatiang
To go through his project you need to connect it to Firebase and then create a key with the User ID that you will login with and in that key create another key called branch with content voluntar to be able to reach the page when you login.
After doing so, the next issue is the project does not allow anything with the Map component.
I also created a simple project just a map and a button to click to add a Marker but it failed.
I wonder if this has to do with the recent changes that @jared, @jared mentioned