-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
How to get the google account signin details like email id, uuid and other fields from requestPermission invoke function? #4
Comments
@ramsmart-inno however, i think this plugin is against the ultimate goal of solving it. can you attach a code or error log so we can figure out the cause? based on your answers, let's find a solution to solve the problem. |
PlatformException(sign_in_failed,com.google.android.gms.common.api.ApiException:10:,null) I got the above exception while using google_sign_in with the fitness package. |
Is this an error in the Fitness package? Let's try to find out if there is a solution to fix the error by configuring the environment as much as possible. |
I did all the check environment level and app-level as well. But it would look like the same. I didn't make any changes to the SDK level. |
@ramsmart-inno |
I ran into same error due to google sign in package. My project is registered with firebase without sha but I am integrating google sign in without firebase. |
when I integrate google sign-in with the firebase auth package. it causes an error.
then I remove the above package, it will work smoothly.
is it possible to get an email id, image URL, or UUID from the respective google fit authenticating account?
The text was updated successfully, but these errors were encountered: