I have working application with Google connection and FCM
service in android studio 2.3.3
I bought new computer and install android studio 3.0.0 and I transfer my app to it. I can compile it but the Google button
does not work. What should I do?
Asked
Active
Viewed 34 times
0

ThomasEdwin
- 2,035
- 1
- 24
- 36

baruch
- 43
- 9
-
3Update your SHA-1 keys for the current app in Firebase console, first of all. As you've migrated your app to new machine, the SHA-1 key for this machine is different than older machine. Generate the key again and replace it in Firebase console. – Jay Dec 05 '17 at 13:14
-
It work for me. tanx – baruch Dec 05 '17 at 20:56