-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[📚] Firebase performance for flutter web #16959
Comments
Hi @Vinsho, Flutter Web does support |
Thanks for the reply! @SelaseKay I have, it's been in a production for quite a while now.
Thanks a lot! |
Hi @Vinsho, adding only |
Thanks for the example app tip, I'm blind that I didn't find it! final performance = FirebasePerformance.instance;
performance.newTrace('app_init'); After adding this and running app, I also get all the other stuff logged that I wanted, like network requests, custom traces, page load... Anyway, thanks a lot for the help! @SelaseKay |
Howdy,
this is a bit of a followup for this issue #10960.
I'm confused whether firebase performance is available for flutter web or not.
https://pub.dev/packages/firebase_performance package has web tag in it, there is also https://pub.dev/packages/firebase_performance_web package which sounds like something that should add performance functionality to flutter web, but to no avail.
I wasn't able to find clear answer whether flutter web is supported or not. Rest of firebase functionalities for web work but for performance I get this:
Am I just blind and it's somewhere explained or are the docs missing this information.
Thanks!
The text was updated successfully, but these errors were encountered: