mapswipe / mapswipe-web

A web client for MapSwipe
https://web.mapswipe.org/
GNU General Public License v3.0
2 stars 0 forks source link

feat: send app version and client type with results to Firebase #36

Closed ofr1tz closed 1 month ago

ofr1tz commented 3 months ago

With this PR, the web app sends appVersion with mapping results to Firebase, just as the mobile app does. This is to ensure that results for Validate projects with custom options are accepted.

To distinguish between mobile and app version, we additionally write clientType with value "web" to the results entry. This will also facilitate further analysis of web and mobile app usage.

Refers https://github.com/mapswipe/mapswipe/issues/852 Fixes #18

Hagellach37 commented 1 month ago

This is small but good improvement