The developer docs (
https://firebase.google.com/docs/analytics/android/start/ ) for firebase analytics suggest getting an instance of FirebaseAnalytics in the onCreate() method of an Activity. Is this really the recommended approach or should this be in a Utils class, in the Application class, or somewhere else?