StasDoskalenko / react-native-google-fit

A React Native bridge module for interacting with Google Fit
MIT License
335 stars 209 forks source link

Google Fit api is going to deprecate in favour of health connect. #308

Open krupal299 opened 2 years ago

krupal299 commented 2 years ago

Google Fit api is going to deprecate in favour of health connect. So is there any new lib available or this lib will it self going to support it ?

krupal299 commented 2 years ago

@marcusds @jacquerie @ksetrin @kristerkari

ksetrin commented 2 years ago

@krupal299 Where did you find information about this? Can you share an official announce?

aboveyunhai commented 2 years ago

For ref: https://developers.google.com/fit/android

fitterup commented 2 years ago

Annoucement - https://developers.google.com/fit/android Migration Guide - https://developer.android.com/guide/health-and-fitness/health-connect-guidelines/migrate/migration-guide Health connect - https://developer.android.com/guide/health-and-fitness/health-connect

fitterup commented 2 years ago

Is there any plans on implementing this ?

aboveyunhai commented 2 years ago

@fitterup , I guess yes? I actually contacted @StasDoskalenko regarding the change months ago. Of cuz we want to migrate the app before the API is dead. Even the Health Connect (management app) by Google: https://play.google.com/store/apps/details?id=com.google.android.apps.healthdata&hl=en_US&gl=US is still in beta. Looks like the api is still in a raw stage.

I'm not exactly sure how the migration will be, I probably need to create a empty RN app with a native module to test out the entire health connect thing, I am not very happy with the current code (especially the auth process regardless the api itself) and looking for an efficient way to test some random codes immediately.

aboveyunhai commented 1 year ago

just leave some refs here that will be useful for the repo migration: https://github.com/android/health-samples

StriderHND commented 7 months ago

Is this already implemented?

pokhiii commented 5 months ago

Any update on this? Please let us know if we can contribute in anyway. image

fedarenchyk commented 4 months ago

any updates?