Hi Thunkable community,
I’m trying to make a patient tracking app using WebViewer + Firebase.
Here’s what I want to do:
-
Show a map in WebViewer (Leaflet + Firebase Realtime DB).
-
Move a marker according to the patient’s location from Firebase.
-
Send an alert to Thunkable app (Notifier) when the patient goes out of a safe zone.
What I have:
-
WebViewer shows the map and marker correctly.
-
Marker moves and changes color inside WebViewer.
-
Sound alarm works inside WebViewer.
Problem:
-
WebViewer.ReceivedMessagein Thunkable does not work with the JSON message sent from my HTML. -
Some blocks (like JSON.parse) are missing in Thunkable.
My question:
-
How can I catch the message from WebViewer in Thunkable if some blocks are missing?
-
Is there a full workaround to trigger a Notifier alert inside Thunkable without changing HTML?