The Firebase JS SDK is now in BETA!
This EAP site is no longer maintained. See the official Firebase Documentation site for the latest documentation and information about the Firebase JS SDK.

Home > @firebase/performance

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.