https://github.com/invertase/firebase_performance_flutter_example
Testing
https://github.com/invertase/firebase_performance_flutter_example
Last synced: 5 months ago
JSON representation
Testing
- Host: GitHub
- URL: https://github.com/invertase/firebase_performance_flutter_example
- Owner: invertase
- License: apache-2.0
- Created: 2022-04-29T18:09:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T18:56:20.000Z (about 3 years ago)
- Last Synced: 2025-02-16T11:48:19.223Z (5 months ago)
- Language: Dart
- Size: 95.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Firebase Performance Example for Flutter
To initialize and configure Firebase see the [documentation](https://firebase.google.com/docs/flutter/setup?platform=android). After adding the `firebase_performance` monitoring plugin from Step 4 of the documentation, ensure you run `flutterfire configure` again.
Running android application:
- Ensure an Android Emulator is running.
- Find your device ID in `flutter devices list`
- Run the Flutter app against your device via `flutter run -d `, e.g. `flutter run -d emulator-5554`
- Once started, press any of the example buttons to submit traces/metrics.
- First time apps may take a few minutes before
the Firebase Console starts to show the application as integrated with Performance Monitoring. See [this link](https://firebase.google.com/docs/perf-mon/troubleshooting?authuser=0&hl=en&platform=android#sdk-not-detected) for information.