I am trying to connect my app with firebase while i run my app it shows an error - * Where: Build file \'D:\\AndroidStudio\\login\\android\\app\\build.gradle\' line: 24
I also had this issue, changing
classpath 'com.google.gms:google-services:4.3.0'
To
classpath 'com.google.gms:google-services:4.2.0'
Fixed it for me.