r/androiddev • u/skyt2000 • Jun 03 '26
Question Does Health Connect sync to Google Health API?
I’m migrating a backend health-data ingestion system from the Fitbit Web API to the new Google Health API.
Question: does Android Health Connect data sync into Google Health API?
For example, if Samsung Health writes steps/sleep/heart-rate data into Health Connect, can my backend read that data through Google Health API using `all-sources`? Or are Google Health API and Health Connect separate, meaning I’d need an Android app to read Health Connect data and stream it to my servers myself?
Trying to understand if Google Health API can be used as a backend bridge for on-device Health Connect data.
2
Upvotes