@aldel/react-firebase-login
    Preparing search index...

    Type Alias PhoneOptions

    Options for the phone login method.

    type PhoneOptions = {
        inputComponent?: React.FunctionComponent<PhoneInputComponentProps>;
    }
    Index

    Properties

    Properties

    inputComponent?: React.FunctionComponent<PhoneInputComponentProps>

    A custom input component to use instead of the default one. The component must implement PhoneInputComponentProps.