React Native Firebase
    Preparing search index...
    interface OAuthCredentialOptions {
        accessToken?: string;
        fullName?: AppleFullPersonName;
        idToken?: string;
        rawNonce?: string;
    }
    Index

    Properties

    accessToken?: string

    The user's full name, as shared by Sign in with Apple on the user's first authorization.

    Only retained for apple.com credentials with at least one non-empty name field, and only forwarded to the native SDK on iOS, where it is passed to FIROAuthProvider.appleCredentialWithIDToken:rawNonce:fullName: so Firebase can store it as User.displayName while creating the account. The Firebase Android SDK has no equivalent credential-level API; on Android (and Web) this field is ignored and the display name must be set with updateProfile after sign-in.

    idToken?: string
    rawNonce?: string