React Native Firebase
    Preparing search index...

    Function initiateOnDeviceConversionMeasurementWithHashedEmailAddress

    • start privacy-sensitive on-device conversion management. This is iOS-only. This is a no-op if you do not include '$RNFirebaseAnalyticsGoogleAppMeasurementOnDeviceConversion = true' in your Podfile https://firebase.google.com/docs/tutorials/ads-ios-on-device-measurement/step-3#use-hashed-credentials

      Parameters

      • analytics: Analytics

        Analytics instance.

      • hashedEmailAddress: string

        sha256-hashed of normalized email address, properly formatted complete with domain name e.g, '[email protected]'

      Returns Promise<void>

      On Android and web the promise resolves without calling native (no-op). Unlike logTransaction, non-iOS platforms do not reject.