react-native-google-fit
react-native-google-fit copied to clipboard
Authorization dialog doesn't tell user which data it wants
I have this package set up and working within my app, but I'm not clear whether it's showing the right thing when the authorization dialog pops up. I basically get the 'Choose an account to continue to MyAppName' dialog, and a list of my Google accounts, but there's no indication at any point that this is allowing the app to read heart rate data, which is what I've set in the options.
If I select an account, the authorization is considered to have been successful, and my app can carry on and read heart rate data (as long as Google Fit is installed on the device).
Is this what should happen? I thought the user was supposed to be told which data they are giving permission for?
Did you solve this? I'm also in the same problem.
Ditto, same problem... :(