How can I remove Firebase service?

After buy when I try to change ApplicationID then got a firebase error. I don’t want to use it, how can I removed it?

First of all, if you just configure but don’t use the service then it’s not make any problem on your project. But if you want to remove then follow the below guideline.

  1. Remove the line from the build.Gradle classpath ‘com.google.gms:google-services:4.3.3’

2. After that remove this line

‘apply plugin: ‘com.google.gms.google-services’

3. After removing 2 line click on Sync Now.

Leave a Reply