i have two build flavours. Each have debug and release build types.
i having two googleservice.json for two build flavours. All are working fine except gmail login.
In local gmail login works fine. But after uploading app to playstore, gmail login not works. i update two sha1 key for debug and release in firebase console.and get the latest googleservice.json file.
But still facing issue on play store.
And i am having this in my proguard
-keep class com.google.android.gms.** { *; }
-dontwarn com.google.android.gms.**
And i m refering all your stackoverflow question but still not get a answer.
Thanks, Arunraj M