We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the plugin only provides a way to perform read/write requests for health data. If you want to sync with your database , this method is inefficient and leads to API rate limit exceptions. Android recommends using change tokens to get updates: https://developer.android.com/health-and-fitness/guides/health-connect/develop/sync-data#pull-data https://developer.android.com/health-and-fitness/guides/health-connect/plan/rate-limiting
Please add support of this API to the plugin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
Currently the plugin only provides a way to perform read/write requests for health data. If you want to sync with your database , this method is inefficient and leads to API rate limit exceptions.
Android recommends using change tokens to get updates:
https://developer.android.com/health-and-fitness/guides/health-connect/develop/sync-data#pull-data
https://developer.android.com/health-and-fitness/guides/health-connect/plan/rate-limiting
Please add support of this API to the plugin
The text was updated successfully, but these errors were encountered: