I started using Firebase Cloud Messaging for an Android app and now I'm trying to add Google Analytics (not Firebase analytics) to the same app.
The problem is that when creating google-services.json for Analytics, it ignores FCM. I'm using the same google account to create both json files.
I read that when enabling the second service (in this case Analytics) the json should update adding both Messaging and Analytics but maybe this only works within Firebase services?
I could use Firebase Analytics and actually that's what Google recommends, but is it possible to use both Google Analytics with Firebase services?