Using Firebase Analytics Inside Our Android SDK

We are creating an SDK for Android applications that we hope will be used in many Android applications.

We need analysts both for ourselves and for companies that will implement our SDK.

Does it make sense to implement firebase analytics inside our SDK to achieve these requirements? (I know that it works with a large request, so I thought I could extract great value from it.) Is this possible? (due to the need for JSON for hosting)

If that makes sense, I really need a list of pros and cons to use in this scenario.

+6
source share
1 answer

You can integrate Firebase Analytics into your application, and then track who uses your SDK, logs user events and parameters, or any other information you need.

Please note that user parameters are not directly displayed in Google Analytics reports, however you can link your application with BigQuery to see this data.

0
source

All Articles