I want to use GCM (Google Cloud Messaging), however it seems now I have to use it within Firebase. The Firebase terms of service say if I use Firebase Analytics I am bound by an additional set of terms of service.
I do not want any information about my app or its usage captured or shared with Google.
My question is if I implement GCM in my mobile app will it automatically be using Firebase Analytics?
If not, how do I avoid using Firebase Analytics, or how do I turn it off completely. The google documentation is not clear.
Thanks in advance