Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
334 views

Continuous Heart Rate Monitoring from Google Fit App

I'm developing an app for Android (only for smartphone) and I want to monitor continuous heart rate using googleApiClient (Google Fit) from smartwatch (Polar Unite fitness band). What I have done to ...
Ankit's user avatar
  • 71
0 votes
1 answer
1k views

Google sign-in does not work for Fitness API on Android

I have just started working with the Fitness API for Android. I started my journey on Google's Android developer site and followed the steps to set up my first application. I created my Client ID and ...
piet90's user avatar
  • 13
2 votes
1 answer
2k views

Using firebase google auth and google fit api with single OAuth2 token

I am currently working on a simple web app that will make an GET call to a user's google fit data. To reduce the complexity of the app, I plan to host it on firebase and take full advantage of cloud ...
William Chou's user avatar