2
I am developing a native application on Android that uses maps, the insertion is normally happening through the code below.
Local is a variable of type LatLng
.
mDataBase.child("location").child("Roubo").child(String.valueOf( new Date().getTime())).setValue(local);
Stay that way at Firebase:
But I would like that after the insertion we get that way, instead of just having latitude and longitude, we also had a double
called score and that later I managed to read that data: