Is It Possible For The Firebaseanalytics Instance In My Library Project To Send The Tracked Events Into A Firebase Project That Isn't The App's?
I have a Library Project consisting of a single Activity with various fragments and helper classes. I have FirebaseAnalytics put inside this library project, put in its own helper
Solution 1:
It is not possible. Analytics works per-app, not per-library. There is currently no way for a library to redirect analytics information to a different project than the one that was used as the default for the app. This is important to make sure that each app owners understands the activity of the app in its entirety.
Post a Comment for "Is It Possible For The Firebaseanalytics Instance In My Library Project To Send The Tracked Events Into A Firebase Project That Isn't The App's?"