HLCaptain / jay-android

Driver behaviour analytics app.
https://hlcaptain.github.io/jay-android/
GNU General Public License v3.0
1 stars 1 forks source link

Fix issue with session syncing #70

Closed HLCaptain closed 1 year ago

HLCaptain commented 1 year ago

Duplicate sessions in cloud. Sessions not loading from cloud. Kinda URGENT.

HLCaptain commented 1 year ago

The issue might was that multiple requests could go out to Firestore to add Paths with different UUID assigned to them. UUID is now tied to the compressed Locations blob's byte array.