Interface FirebaseAuthenticationSettingsIos

Settings for Firebase Authentication in the official iOS application. Subtype of FirebaseAuthenticationSettings.

interface FirebaseAuthenticationSettingsIos {
    @type: "firebaseAuthenticationSettingsIos";
    device_token: string;
    is_app_sandbox?: boolean;
}

Properties

@type: "firebaseAuthenticationSettingsIos"
device_token: string

Device token from Apple Push Notification service.

is_app_sandbox?: boolean

True, if App Sandbox is enabled.