I use Firebase only for database and ads
implementation 'com.google.firebase:firebase-database:16.0.5'
implementation 'com.google.firebase:firebase-ads:17.1.2'
implementation 'com.google.firebase:firebase-core:16.0.6'
But generated google-services.json
has quite a lot of stuff:
What oauth and Invites do in my google-services.json?
Can I remove it?
There is Firebase Invites service but I've never used it https://firebase.google.com/docs/invites/
I don't use Authentication service either, all methods are disabled: