I have checked my app build.gradle file and these are the only lines that are related to firebase in them
/*** * Firebase */ implementation \'com.google.f
apply plugin: 'com.google.gms.google-services'
put it under this line.
apply plugin: 'com.android.application'
it worked for me.