I am working on an project using ESP32 and Firebase Realtime Database. My app was working fine 3 months ago, but now I am facing an issue.
Problem:
The app is not displaying any values from Firebase (latitude, longitude, etc.).
When I click a button to show location on the map, I get this runtime error:
Your error clearly says you have not received any value in the global lat and lan variable. Did you check it? Always debug every variables to know the process flow is working flawless