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.
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