performance package
Firebase Performance Monitoring
Functions
Function | Description |
---|---|
getPerformance(app) | Returns a FirebasePerformance instance for the given app. |
initializePerformance(app, settings) | Returns a FirebasePerformance instance for the given app. Can only be called once. |
trace(performance, name) | Returns a new PerformanceTrace instance. |
Interfaces
Interface | Description |
---|---|
FirebasePerformance | The Firebase Performance Monitoring service interface. |
PerformanceSettings | Defines configuration options for the Performance Monitoring SDK. |
PerformanceTrace | The interface representing a Trace . |