Gerwin Sturm

Results 25 comments of Gerwin Sturm

Distance is calculated (for gpxtracks) using this formula: https://github.com/Scarygami/location-history-json-converter/blob/master/location_history_json_converter.py#L83 I haven't looked at a takeout file in a while, is the location name actually part of this file?

Hmmm... I wonder if that is file-size related... Can you try running your file through this script which will remove all unused fields and create a significantly smaller file: https://gist.github.com/Scarygami/746494e6615218331afe...

I guess you could create a similar script in any other language you have at hand :) The journey only uses `latitudeE7`, `longitudeE7` and `timestampMs` fields, so all others can...

I have no idea, would have to investigate, and maybe see if there are other/better ways to read the file.

Have you configured your Google Developers Console project and client_secrets correctly as per Readme?

Hmmm, weird, have never run in this problem an I have the exact same version as this repository hosted. Which URL of the emulator are you accessing? Depending on that...

I guess a similar approach to how it's done with the real-time database would be best. Have a `firebase-firestore-behavior` as a basis, and implement `firebase-firestore-document` (to allow writing data) and...

Btw, I'm open to testing this as soon as you have a branch/repo public somewhere :)

Played a little bit with the mixin and really liking it so far. Send a PR for an issue I ran into with firebase-app not being ready before the mixin...

I've rebased this PR against the current firestore branch. This is the version I'm currently using without problems. (Also gets rids of the "The behavior for Date objects stored in...