StasDoskalenko / react-native-google-fit

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

Resting Heart Rate? #274

Closed shmkane closed 1 year ago

shmkane commented 2 years ago

Is there currently a way to get resting heart rate from GFit that I'm missing? I don't see a function for it, but I also noticed Google doesn't have a separate scope for it. I looked at the data being returned and there's no meta data indicating that the data is HR vs RHR.

Any ideas?

shmkane commented 2 years ago

Didn't see this as an option with this package https://stackoverflow.com/a/65013967

AaronDsilva97 commented 1 year ago

https://github.com/StasDoskalenko/react-native-google-fit/pull/325 This might help you

aboveyunhai commented 1 year ago

Solved by #325

VictorGarcia commented 1 year ago

@aboveyunhai Can we please get a new version that incorporates Resting Heart Rate? The current 0.19.0 doesn't seem to have it yet and I'd prefer not to point my dependencies to master.

Thanks!

aboveyunhai commented 1 year ago

@VictorGarcia npm@0.19.1 is out

VictorGarcia commented 1 year ago

@aboveyunhai Thanks!