perf
interface
The Firebase Performance Monitoring service interface.
This module is available for the default app only.
Example
Get the Performance Monitoring service for the default app:
const defaultAppPerf = firebase.perf();
Properties
isPerformanceCollectionEnabled
</>Determines whether performance monitoring is enabled or disabled.
isPerformanceCollectionEnabled: boolean;
Methods
newHttpMetric
</>Creates a HttpMetric instance for collecting network performance data for a single request/response
newHttpMetric(url: string, httpMethod: HttpMethod): HttpMetric;