React Native Firebase
    Preparing search index...

    iOS specific options which can be attached to the ActionCodeSettings object to be sent with requests such as User#sendEmailVerification.

    await firebase.auth().currentUser.sendEmailVerification({
    iOS: {
    bundleId: '123456',
    },
    });
    interface ActionCodeSettingsIos {
        bundleId?: string;
    }
    Index

    Properties

    Properties

    bundleId?: string

    Sets the iOS bundle ID. This will try to open the link in an iOS app if it is installed. The iOS app needs to be registered in the Console.