Pillar guide
The complete guide to wearable sync in 2026
Three standards coexist, ten brands each push their own cloud, one practical rule to save time: pick the data pipe before the gadget.
Published May 21, 2026
In 2026 the wearable market is more fragmented than it looks from outside. You have a Galaxy Watch that speaks Samsung Health, a Fitbit your colleague gave you which is now Google's, a Garmin your sibling refuses to give up, and maybe an Oura Ring on the nightstand telling you how you slept. Each brand has its own cloud, its own app, its own proprietary metrics — and an API that may not talk to the others.
This guide is the honest starting point: it explains the real technical standards (Health Connect, official OAuth APIs, manual exports), how the main manufacturers behave today, what makes the difference for people who actually want their own data, and how to compare sync solutions without falling for marketing fluff.
The three real ways to get data out of your wearable
Stop reading reviews and ask yourself: how does data leave this device? There are three technical answers, in decreasing order of reliability.
1. Health Connect (Android, since 2024)
Health Connect is Android's official health data exchange layer. Manufacturer apps (Samsung Health, Fitbit, Garmin Connect, Polar Flow, Mi Fitness, Withings Health Mate, Zepp for Amazfit) write to Health Connect; third-party apps read. No OAuth, no API keys, no intermediary cloud: data lives on the phone, the third-party app asks the OS for permission per data type.
- Pros: structural privacy (data doesn't pass through any external server), zero setup friction, typical latency 5–30 minutes.
- Cons: reduced granularity (some proprietary metrics like Garmin Body Battery or Polar Recovery Pro aren't exposed), no historical backfill beyond what's on the phone.
- When: for the vast majority of users who want steps/HR/sleep/calories/workouts, this is the right choice in 2026.
2. Official OAuth APIs
When you want the full proprietary metrics (Fitbit REM/Deep/Light sleep stages, Garmin Body Battery and Training Load, Polar Nightly Recharge, Oura Readiness Score, Withings ECG), you need the manufacturer's official API via OAuth 2.0. It's a cloud-to-cloud integration: you authorize once, the third-party app downloads data from the manufacturer's cloud, usually with a 6–12 month historical backfill at first connect.
- Pros: more granular and complete data, access to brand-specific metrics, historical backfill.
- Cons: data passes through a third cloud first, most manufacturers require approval (Garmin Developer Program can take 4–8 weeks), 15–30 minute polling latency.
- When: if you're a serious athlete or data nerd who needs specific metrics from your device.
3. Manual export (CSV, GPX, FIT)
The universal fallback. Samsung, Garmin, Polar, Fitbit (via Google Takeout since 2023), Withings, Apple Health: all allow raw data export in some format. Slow, manual, but legally guaranteed (GDPR article 20, right to portability) and therefore destined to survive any policy change.
Health Connect is not Google Fit (and why that matters)
Google Fit, as a standalone app and as a platform, has been deprecated. From June 30, 2025 the Google Fit app stopped working; Google Fit Web APIs were turned off in July 2024 and fully removed by June 2025. Everything migrated to Health Connect. If you read old guides talking about 'Google Fit API', they're obsolete and nobody will update them.
Health Connect has three features that make it structurally different from Google Fit:
- On-device, not cloud: data stays on the phone. Google doesn't see it. The third-party app doesn't either, until you explicitly request transmission.
- Granular permissions: you can grant 'steps' without also granting 'sleep'. Each data type is a separate permission.
- Official Android standard: preinstalled on Android 14+, distributed by Google, governed by Google Play Protect.
State of the main brands as of May 2026
What follows is the verified state of the public data pipelines for major manufacturers. Things change over time — use this table as a baseline, then verify at purchase time.
| Brand | Health Connect (today) | Official OAuth | Export |
|---|---|---|---|
| Samsung Galaxy Watch | Yes, native via Samsung Health | Samsung Health API (limited) | Yes, from Samsung Health |
| Pixel Watch | Yes, via Fitbit app | Fitbit Web API (requires approval) | Yes, via Google Takeout |
| Fitbit (Charge/Sense/Versa) | Yes, since 2024 | Fitbit Web API | Yes, via Google Takeout |
| Garmin (all) | Yes, basic (steps, HR, total sleep) | Garmin Health API (developer program) | Yes, from Garmin Connect |
| Polar (Vantage, Grit X) | Yes, basic | Polar Accesslink | Yes, from Polar Flow |
| Oura Ring | No (no native Android HC app) | Oura Cloud API v2 | Yes, from app/web |
| Withings | Yes, since 2024 | Withings API v2 | Yes, from Health Mate |
| Xiaomi Mi Band 7+ | Yes, via Mi Fitness | No public third-party API | Limited |
| Huawei Watch (with HMS) | No (separate ecosystem) | Huawei Health Kit | Limited |
| Apple Watch | No (closed iOS ecosystem) | HealthKit (iOS only) | Yes, from Health app |
| Strava (platform) | No (imports from watch, no HC sync) | Strava API v3 | Yes, from web |
GDPR, health data, and where your heart rate ends up
Heart rate, sleep, weight, menstrual cycle, blood glucose: in Europe these are health data (GDPR article 9). Collection requires explicit (not implicit) consent and processing is subject to stricter rules than other personal data. Does your wearable's manufacturer have a legal entity in Europe? Probably not. Polar is Finnish, Withings is French, but Samsung, Google, Fitbit, Garmin, Xiaomi, Huawei are headquartered outside the EU.
What this means in practice:
- Right of access (art. 15): you can ask any manufacturer for a copy of your data. They have 30 days to provide it in a readable format. Fitbit and Google Fit do this via Google Takeout; Garmin via account settings; Samsung Health via internal export.
- Right to portability (art. 20): you have the right to receive your data in a structured, common format (CSV, JSON), and to transmit it to another controller. This is the legal basis that makes total ecosystem lock-in impossible.
- Right to erasure (art. 17): deleting your account means they must delete the data. In practice some keep backups for 30–90 days for operational reasons — this is allowed but documented in privacy policies.
Comparison framework: how to choose a sync solution
When evaluating an app or service to centralize your wearable data, ask these five questions. They're the same we ask ourselves internally for every integration we add to FitMesh Sync.
- Where does data live? On-device (preferred), manufacturer cloud (acceptable), opaque third cloud (red flag).
- What permissions does it need? Health Connect → granular per data type. OAuth → granular per scope. If the app asks for 'all or nothing', that's a warning sign.
- Can you export? From the sync app too, not just from the manufacturer. A service that lets you in but not out is a trap.
- Who's behind the app? Find who pays the bills: if it's free and shows no ads, it's probably selling data. The 'paid, no ads, no trackers' path is the only sustainable one for health data.
- What happens if they shut down? Do you have an automatic export plan? Will your data be downloadable even if the founder sells the company tomorrow?
Brand-specific deep-dives
Each ecosystem has its quirks. Below are dedicated deep-dives for the most frequent cases — read them if relevant to your setup, skip otherwise.
- Galaxy Watch: the pipeline is Samsung Health → Health Connect, but you need to know which permissions are off by default. See Galaxy Watch backup without Samsung Cloud.
- Fitbit after Google: after Google's 2021 acquisition of Fitbit and the 2022–2023 account migration, there are significant changes in how to export. See Exporting Fitbit data after Google acquisition.
- Health Connect vs Samsung Health: two layers that work together. When to use what we explain in Health Connect vs Samsung Health 2026.
- Browser dashboard: if you want to see steps/sleep/HR on a PC without a mobile app, the path isn't obvious but it exists. Guide in Viewing wearable data from a browser.
- Cloud-to-cloud bridge apps: the 'bridge between ecosystems' category is changing rapidly. Full landscape in Wearable sync alternatives 2026.
- GDPR in practice: where heart rate and sleep actually end up according to real privacy policies. See GDPR and fitness data.
Providers supported today on FitMesh Sync
For transparency: FitMesh Sync is the product we build and the reason this guide exists. It works today natively with every Android wearable writing to Health Connect, and we have planned OAuth integrations for advanced data. No vague promises: here's the explicit status of each integration.
- Galaxy Watch — native via Samsung Health + HC.
- Wear OS / Pixel Watch — native via Fitbit app + HC.
- Pixel Watch dedicated — specific Fitbit-app chain guide.
- Xiaomi Mi Band / Watch — native via Mi Fitness + HC (Mi Band 7+).
- Fitbit — works today via HC, Web API OAuth on Q3 2026 roadmap.
- Garmin — basic today via HC, Body Battery/Training Load coming Q3 2026.
- Polar — basic today via HC, Accesslink OAuth coming Q4 2026.
- Withings — basic today via HC, API v2 OAuth on Q4 2026 roadmap.
- Strava — OAuth-only, coming Q3 2026.
- Oura Ring — OAuth-only, coming Q4 2026.
- Huawei — Health Kit OAuth, under evaluation.
What will change in the next 18 months
Health Connect is set to expand: Google is working with manufacturers to add proprietary data types (intraday HRV, sleep coaching, training readiness) as optional scopes. The European Commission is evaluating including wearable-generated personal health data in the European Health Data Space (EHDS) scope, which could force more closed ecosystems (Apple first) to open minimum interoperability by 2027–2028.
On the commercial front: we expect at least one of Garmin or Polar to launch a fully public self-serve API (today both require developer approval); Huawei to push Health Kit more outside China; Oura to introduce an enterprise plan with free API access in exchange for volume. All of this is informed speculation — take it with a grain of salt.
Practical starting point
If you read this far and want concrete action: open your Android phone, install Health Connect (if it's not already there), open your main manufacturer's app, go to settings and enable Health Connect sync. From that point your data is accessible to any app that asks for the right permission. It's literally the foundation.
Then, if you want to see them in a clean dashboard instead of fragmented across five apps, try FitMesh Sync. If you prefer to stick with the manufacturer apps, you now have the tools to understand their limits and when to jump to something else.
Frequently asked questions
Do I have to use Health Connect?+
On modern Android phones it's effectively the standard for any third-party wearable sync. There are still apps reading directly from the manufacturer cloud via OAuth (Strava, Oura, Garmin Connect IQ), but for most 'basic' data Health Connect is the fastest and most privacy-friendly route. On iOS Health Connect doesn't exist — there the reference is HealthKit.
Does Health Connect spy on me? Does Google see my data?+
No, Health Connect is strictly on-device. Google provides the software and the API but data doesn't leave the phone until you explicitly grant permission to a third-party app. Different story when you install the Fitbit app (Google's) which syncs with the Fitbit cloud — there the data controller is Fitbit/Google, not Health Connect.
Can I see Garmin Body Battery in a third-party app?+
Not today via Health Connect: HC doesn't expose proprietary metrics like Body Battery, Training Load, Recovery Time. To get them in a third-party app you need the manufacturer's official API (Garmin Health API) and the third-party app to be approved to use it. Garmin requires developer approval; some apps like Athlytic get it, others don't.
What if I switch smartwatch mid-year?+
If both (old and new) write to Health Connect, the steps/HR/sleep history sits side-by-side with no gaps: HC is source-agnostic. If you switch between closed ecosystems (e.g. Apple Watch → Galaxy Watch), you must export Apple Health data manually and re-import — there's no automation. A good practice is to export your data every 6 months for safety.
Are there free apps that do the same?+
Yes, some with caveats. Free apps typically monetize in three ways: ads (data collection for ad-tech), premium upselling (free for basic features, paid for the ones you actually want), or sale of aggregated data (health data is highly valued). For health data, 'paid, no ads, no trackers' is the only pricing model with clean incentive alignment. Honestly: pick what matches your paranoia level, but be aware.
Disclaimer
FitMesh Sync is an independent product. Samsung, Google, Fitbit, Garmin, Polar, Oura, Withings, Xiaomi, Huawei, Apple, Strava are trademarks of their respective owners. This article implies no affiliation or sponsorship.
Medical disclaimer
The information in this article is for informational purposes only and does not replace advice from your physician, pharmacist or healthcare professional. FitMesh Sync is a fitness/wellness app, not a medical device, and does not diagnose or treat any conditions. For symptoms, clinical questions or treatment decisions always consult your primary care physician.
Written by
Matteo Pizzi
Founder & Solo Dev, FitMesh Sync · Fosforonero
Italian software developer. I built FitMesh Sync to fill the gap between my smartwatch and a real personal dashboard. Privacy-first, indie, EU servers.
More about the projectKeep reading
Guide
How to choose a smartwatch when you want control over your data
Structural privacy, real exportability, avoidable lock-in. An honest guide from a tech advisor, not a vendor.
Comparison
Health Connect vs Samsung Health: differences and when to use which in 2026
Not competitors. They work together. But it matters to understand who does what so you don't disable the wrong one.
Privacy
GDPR and fitness data: where your smartwatch data actually ends up
What the regulation says, what brands actually do, and what you can demand if you're in Europe. No hysteria, concrete examples.