Hi!
First of all thank you for your library!
In theory everything works fine, but in practice there is a problem with the google compliance. When the consent permission screen appears, the text says something about giving consent to share email address and profile picture instead of the steps we actually want to read.

The permissions constant looks like this:
const permissions = [
{
kind: Fitness.PermissionKinds.Steps,
access: Fitness.PermissionAccesses.Read,
},
];
Everything else works correct, but the consent screen does not allow us to pass the audit done by Google.
I would really appreciate if you could take a look at this issue.
Hi!
First of all thank you for your library!
In theory everything works fine, but in practice there is a problem with the google compliance. When the consent permission screen appears, the text says something about giving consent to share email address and profile picture instead of the steps we actually want to read.
The permissions constant looks like this:
Everything else works correct, but the consent screen does not allow us to pass the audit done by Google.
I would really appreciate if you could take a look at this issue.