FirebasePerformance interface

Firebase Performance Monitoring サービス インターフェイス。

サイン:

export interface FirebasePerformance 

プロパティ

財産タイプ説明
アプリFirebaseAppこのFirebasePerformanceインスタンスが関連付けられているFirebaseApp
データコレクション有効ブール値カスタム トレースのログを制御します。
インストルメンテーション有効ブール値自動トレースのログ記録と HTTP/S ネットワーク監視を制御します。

FirebasePerformance.app

このFirebasePerformanceインスタンスが関連付けられているFirebaseApp

サイン:

app: FirebaseApp;

FirebasePerformance.dataCollectionEnabled

カスタム トレースのログを制御します。

サイン:

dataCollectionEnabled: boolean;

FirebasePerformance.instrumentationEnabled

自動トレースのログ記録と HTTP/S ネットワーク監視を制御します。

サイン:

instrumentationEnabled: boolean;