Support the new Firebase Feature called "Performance Monitoring".
https://firebase.google.com/docs/perf-mon/
Any info about this? Am I able to use it with the plugin?
Bump. Any updates on performance monitoring support?
FB documentation states:
"If your app uses other Firebase SDKs, you should also change the version to 15.0.0 for those SDKs."
Current plugin is using version 12.0.1. Does this mean that it's not possible to use plugin and Performance Monitoring at the same time?
Performance Monitoring is working now. Tried it locally directly inside the node_modules folder. Should be an easy thing to implement it (the basic functionality).
But currently, I don't think, that I find the time to create a PR.
Hi @RaphaelJenni, please how were you able to get it working?
Although it's easy to add this feature, I never got around adding it. Aiming to have it in the next minor version though (probably as soon as next week).
Although it's easy to add this feature, I never got around adding it. Aiming to have it in the next minor version though (probably as soon as next week).
Thank you!
Available in 7.3.0 (about to publish): https://github.com/EddyVerbruggen/nativescript-plugin-firebase/blob/master/docs/PERFORMANCE_MONITORING.md
Note that I've seen the performance metrics pop up on the Firebase console for iOS just fine (after a ~12h delay, per their documentation), but I have not yet seen it for Android (although the SDK is called correctly, and getting values from the trace works just fine)... I guess I'll need to wait a bit longer. Curious to learn your experiences with this!
Most helpful comment
Although it's easy to add this feature, I never got around adding it. Aiming to have it in the next minor version though (probably as soon as next week).