Skip to content

Commit abfa8e1

Browse files
committed
added performance monitoring
1 parent 34411cd commit abfa8e1

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
slug: /integrations/firebase/performance-monitoring
3+
title: Performance Monitoring
4+
description: Learn how to integrate Firebase Performance Monitoring in your FlutterFlow app.
5+
tags: [FlutterFlow, Firebase, Performance Monitoring]
6+
sidebar_position: 4
7+
keywords: [FlutterFlow, Firebase, Performance Monitoring]
8+
---
9+
10+
# Performance Monitoring
11+
12+
[Firebase Performance Monitoring](https://firebase.google.com/docs/perf-mon) is a tool that *automatically* collects performance data from your app and provides insights through the Firebase console. It can monitor both network requests and specific parts of your code.
13+
14+
Enabling performance monitoring is beneficial for:
15+
16+
- **Identify Bottlenecks**: Discover where your app's performance is lagging.
17+
- **Improve User Experience**: Slow or unresponsive apps lead to a poor user experience.
18+
- **Data-Driven Decisions**: Make optimization decisions based on real performance data.
19+
- **Monitor Network Calls**: See how long network requests take, helping identify slow APIs or network issues.
20+
21+
To enable performance monitoring, navigate to Settings and Integrations > Project Setup > Firebase > Open the Performance Monitoring section and Enable Performance Monitoring toggle.

0 commit comments

Comments
 (0)