-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getActivitySamples missing data #316
Comments
If you just want to get total steps by given time range, then You can try out this one https://github.com/StasDoskalenko/react-native-google-fit#17-workout-experimental |
Hi @zarahackaton @aboveyunhai I am facing the same issue. I can see activities in google fit but unable to fetch into our app. Have you got any solution on this ? |
Same issue. The library doesn't return activities that are listed in Google Fit. However, steps from activities are returned in getDailySteps() |
Hi guys, i'm trying to retrieve the steps count using getActivitySamples but for some reason I can't see some of the activities at all. But, once I add manual activity, I can see the specific activity with the steps count.
I tried to play around with bucketUnit and bucketInterval also but nothing, attaching code below:
Thanks.
The text was updated successfully, but these errors were encountered: