firebase-unity-sdk icon indicating copy to clipboard operation
firebase-unity-sdk copied to clipboard

Replacement for logtiming

Open Thaina opened this issue 6 years ago • 2 comments

As of sunsetting of GA for app. It always recommend us to use firebase analytics. However, one feature that I have not found any alternative is logtiming. A log function that we could log duration of anything. Such as loading time of popup or average http response. Timing is useful in general

If we switch to firebase, the function itself is missing. So what is the best approach to replace those logtiming function in firebase analytics?

Thaina avatar Dec 02 '19 06:12 Thaina

Thanks for the feature request @Thaina we've filed this feature request with the Google Analytics team.

stewartmiles avatar Dec 03 '19 20:12 stewartmiles

Oh BTW for a method like logtiming you could use Firebase Performance Monitoring, however as you're aware, we don't currently have a public release of the Unity or C++ SDKs for that API surface so you would have to manually integrate the Android and/or iOS SDKs.

stewartmiles avatar Dec 03 '19 20:12 stewartmiles