UNPKG

veritatisdoloremque

Version:
26 lines (15 loc) 870 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/performance](./performance.md) &gt; [initializePerformance](./performance.initializeperformance.md) ## initializePerformance() function Returns a FirebasePerformance instance for the given app. Can only be called once. <b>Signature:</b> ```typescript export declare function initializePerformance(app: FirebaseApp, settings?: PerformanceSettings): FirebasePerformance; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | app | [FirebaseApp](./app.firebaseapp.md) | The FirebaseApp to use. | | settings | [PerformanceSettings](./performance.performancesettings.md) | Optional settings for the Performance instance. | <b>Returns:</b> [FirebasePerformance](./performance.firebaseperformance.md)