-
Notifications
You must be signed in to change notification settings - Fork 209
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
Installation Steps Incomplete (Expo installation) #110
Comments
Same issue here. |
Go here and setup your correct sha1 key. Follow steps as mentioned on Stack Overflow: https://stackoverflow.com/questions/15727912/sha-1-fingerprint-of-keystore-certificate |
I had to perform some additional steps:
|
Same Issue Here :/ |
Hello again!, after some hours looking for a solution I got the problem. Expo Ejected Apps have their own debug.keystore located in the root of the generated android folder. so you can use this command to get the SHA1 key:
@StasDoskalenko I think this info worth it to add it in the install instructions and maybe renaming this thread as "Expo Installation" also could make easier for anyone looking for help :) |
Hi, I am also getting { success: false, message: 'Authorization cancelled' } as a response, after I sign in with my google account in the android app. I have followed all the necessary steps to create a client id. However, I did not do anything with the client id. Is that supposed to be the case? Thanks for the help |
@JoelOnGithub I have still facing the same issue. If any solutions ? |
Hi, I was experiencing the same issue. In my case, everything was working fine in development, but I could not make it work in production. The problem was that I was using Signed Bundle, which made my SHA different from the one in my keystore. If you are also using app signing, make sure to add the correct signing to your Google API Credentials! |
I have the same problem, adding SHA-1 to credentials at Google Cloud console does not help. |
Hi,
Thanks for your work on the library. I'm trying to get it working on my expokit (ejected expo application) but am having some difficulties.
GoogleFit.authorize()
is rejected with message...when I tap my e-mail address in the auth flow.
I've read through issues in the repo, one of which (#90) mentions that
The installation steps make no mention of this fact however. And neither does https://developers.google.com/fit/android/get-api-key as of June 25th 2019. There is also a discussion in (#47) about the location of a
client_secrets.json
file.Any ideas what we may have missed? If there is something I'm happy to add to the README with the complete steps necessary.
The text was updated successfully, but these errors were encountered: