React Native Firebase
    Preparing search index...

    Namespace FirebasePerformanceTypes

    Firebase Performance Monitoring package for React Native.

    Access the firebase export from the perf package:

    import { firebase } from '@react-native-firebase/perf';

    // firebase.perf().X

    Using the default export from the perf package:

    import perf from '@react-native-firebase/perf';

    // perf().X

    Using the default export from the app package:

    import firebase from '@react-native-firebase/app';
    import '@react-native-firebase/perf';

    // firebase.perf().X

    perf

    Classes

    HttpMetric

    Metric used to collect data for network requests/responses. A new instance must be used for every request/response.

    Module

    The Firebase Performance Monitoring service interface.

    ScreenTrace

    ScreenTrace allows you to record a custom screen rendering trace of slow and frozen frames. Throws on constructor if hardware acceleration is off or if Android is 9.0 or 9.1.

    Trace

    Trace allows you to time the beginning to end of a certain action in your app with additional metric values and attributes.

    Interfaces

    Statics

    Type Aliases

    HttpMethod

    Valid HTTP methods.