[firebase_performance] Missing web support #6649
-
Performance Monitoring for web is in beta, see https://firebase.google.com/docs/perf-mon/get-started-web. It already supports monitoring:
This means most functionality is supported and more importantly, the supported functionality is extremely useful. Currently, we have to write custom logic: if (kIsWeb) {
// Manually call Firebase Performance JavaScript SDK.
} else {
// Use FlutterFire plugin that only works on mobile.
} It would be extremely useful if the custom traces would just work on web as well. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
@Salakar We want to use this feature and we will write a custom wrapper to either call web or mobile. I thought about contributing the web implementation (that is what I would want to do), but I just checked and there is no |
Beta Was this translation helpful? Give feedback.
-
@creativecreatorormaybenot we have a PR adding the web support and it is under review (@russellwheatley). |
Beta Was this translation helpful? Give feedback.
@creativecreatorormaybenot we have a PR adding the web support and it is under review (@russellwheatley).