Replacement for logtiming
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?
Thanks for the feature request @Thaina we've filed this feature request with the Google Analytics team.
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.