For the complete documentation index, see llms.txt. This page is also available as Markdown.

Why are there two provider enums for Google?

Google Fit reports two different provider enum values depending on the connection path

Google Fit reports two different provider enum values depending on the connection path:

  • GOOGLEFIT for connections made through the mobile SDK (only when initConnection is called with Google as the connection type).

  • GOOGLE for connections made via the web API or widget.

Update your mapper to accept both values.

Last updated

Was this helpful?