You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been implementing your library and I've noticed you've got a start recording functionality.
I was wondering: if you don't have the Google Fit app itself and you are recording using:
GoogleFit.startRecording((callback) => {
// Process data from Google Fit Recording API (no google fit app needed)
});
Will this pull all the steps from the associated Google Account using the API? Or just the steps recorded from the local device from this moment forwards? From my testing it seems the latter is the most likely.
The text was updated successfully, but these errors were encountered:
Hello, any update on this ?
I have a similar issue.
I noticed that my app was not getting any results when installing on a new device without googleFit.
I am only using GoogleFit.getDailyStepCountSamples without any location autorisation.
Here is the result I get:
When I add GoogleFit.startRecording(callback);
my app is crashing:
I don't see any infos about the GPS authorisation in the doc.
Is it mendatory ?
Heya,
I've been implementing your library and I've noticed you've got a start recording functionality.
I was wondering: if you don't have the Google Fit app itself and you are recording using:
Will this pull all the steps from the associated Google Account using the API? Or just the steps recorded from the local device from this moment forwards? From my testing it seems the latter is the most likely.
The text was updated successfully, but these errors were encountered: