I created an app in android studio and it has a google sign using firebase auth. Everything goes well when I test it on my phone but when the proj. has been transfered to other PC and also build from other phone using that PC (not mine) the google doesnt run at all. They said its because of the SHA-1 because the SHA-1 changes when transfering PC (I think).
Here is my question. Is there any configuration? or tutorial that will create the google sign in, in config or gradle that no matter where i transfer the file. The sign in will work no matter who will build. A public key config or a config that i will include the app folder.
I hope someone helps me. because the best that i did is register my sha1 and also my co dev. in firebase so it works.