React Native Firebase
    Preparing search index...
    • Registers a listener to changes in the token state. There can be more than one listener registered at the same time for one or more App Check instances. The listeners call back on the UI thread whenever the current token associated with this App Check instance changes.

      Parameters

      Returns Unsubscribe

      Unsubscribe

    • Registers a listener to changes in the token state. There can be more than one listener registered at the same time for one or more App Check instances. The listeners call back on the UI thread whenever the current token associated with this App Check instance changes.

      Parameters

      • appCheckInstance: AppCheck

        The App Check instance.

      • onNext: (tokenResult: AppCheckListenerResult) => void

        The callback function for token changes.

      • OptionalonError: (error: Error) => void

        Optional error callback.

      • OptionalonCompletion: () => void

        Optional completion callback.

      Returns Unsubscribe

      Unsubscribe