Hi All,
I’ve been building an App that is progressing well but have met a challenge that I’m not sure how to get around or if it is a bug / problem with the syntax?
The original build allowed all data to be saved to a userID in Firebase. This all works well until the user is offline.
To resolve this I have added a save to local storage at the same time as the save to Firebase.
Having added the local save if offline I’ve tested the new version on ThunkableLive and have observed the following annomaly:
I’ve run the routine (that saved information when the user’s head and speed changes OR on a timed bases) and the key data is saved to firebase at each waypoint however only the first 3 waypoints were saved to the local storage?
Not sure if I’ve done something wrong in the code but any support on this would be most welcome.
That is about the smallest screenshot I’ve ever seen. I can’t make out any of the details. You’ll need to post separate screenshots of parts of it. Or post a link to the project if that’s easier.
The timer fires in 2 different instances. Either set by the user OR if fires when the direction changes by 15deg. The waypoints are saved to firebase but only saves the first 3 to local storage? I’ve been testing in the Direction change mode but will run some tests on Timed version over the weekend?