This app requests restricted scopes of Google Fit API: Fitness activity write. The information received from Google APIs adhere to both: the API Services User Data Policy and the Additional Requirements for Specific Scopes.
Mobile app obtains authorized client credentials to access Google Fit API Services. Client credentials are kept confidential and not saved locally on mobile device. NORM app requests permission for user physical activity recognition that is needed for Google Fit API to provide activity history results (for example, user's step count).
https://www.googleapis.com/auth/fitness.activity.write in order to let NORM app can record/write activity data to the Google Fit.
https://www.googleapis.com/auth/fitness.location.write in order to NORM app can record/write activity data to the Google Fit.
https://www.googleapis.com/auth/fitness.body.write in order to let NORM app can record/write body data to the Google Fit.
https://www.googleapis.com/auth/fitness.sleep.write in order to let NORM app can record/write sleep data to the Google Fit.