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 FirebaseFollow 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 dependencyOn the root of your Flutter project, run the following command to install the plugin:
#
3. Rebuild your appOnce complete, rebuild your Flutter application:
#
Next StepsOnce installed, you're ready to start using Firebase Performance in your Flutter Project.
View the Usage documentation to get started.