Performance Monitoring
Notice
This page is archived and might not reflect the latest version of the FlutterFire plugins. You can find the latest information on firebase.google.com:
https://firebase.google.com/docs/perf-mon/flutter/get-started
What does it do?#
Firebase Performance Monitoring is a service that helps you to gain insight into the performance characteristics of your iOS, Android, and web apps.
Installation#
1. Make sure to initialize Firebase#
Follow this guide to install firebase_core and initialize Firebase if you haven't already.
caution
Dart-only initialization is currently not supported with firebase_performance on Android,
please follow the Platform Setup section from the manual installation guide.
2. Add dependency#
On the root of your Flutter project, run the following command to install the plugin:
3. Rebuild your app#
Once complete, rebuild your Flutter application:
Next Steps#
Once installed, you're ready to start using Firebase Performance in your Flutter Project.
View the Usage documentation to get started.