Wish Firebase Performance

Multiverse app

Active Member
Licensed User
Longtime User
Firebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your iOS and Android apps. You use the Performance Monitoring SDK to collect performance data from your app, and then review and analyze that data in the Firebase console. Performance Monitoring helps you to understand where and when the performance of your app can be improved, so that you can use that information to fix performance issues.

https://firebase.google.com/docs/perf-mon/
 

DonManfred

Expert
Licensed User
Longtime User
As far i can see it in the documentation;
Note that it will only work in a android studio project as you need to use special annotations in your code.
 
Top