Google sing in help

Hello

I already have the SHA and the api. key along with the package name go my app, now I need to generate a certificationHash and having troubles, because the docs are king of confusing

for example: in the docs it says to generate sha by running

keytool -list -printcert -jarfile android-@ispcloudservices-tooglebox-599d77be-47c2-11e8-911d-0a580a781f0d-signed.apk | grep SHA1 | awk ‘{ print $2 }’

and because os not working you have to do

keytool -list -v -keystore .jks

So can somebody help me to do a certificate hash?

Hey @ispcloudservices. What do you mean by this?

and because os not working you have to do
keytool -list -v -keystore .jks

What happens when you run the original command listed in our docs?

thanks for replying. If i run the command that are in the docs, nothing will appear. I had to go thru the expo slack and they told me that the docs are out of date. The new command is keytool -list -v -keystore .jks

I know that this question is probably stupid but how can I style my button like a google sign in?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.