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

    Type Alias LoginMethodName

    LoginMethodName:
        | "apple"
        | "facebook"
        | "github"
        | "google"
        | "microsoft"
        | "twitter"
        | "yahoo"
        | "email"
        | "email_link"
        | "phone"

    Supported login methods. 'email' means classic email and password login. Use 'email_link' instead if you have "Email link (passwordless sign-in)" enabled in the Firebase console. Since Firebase email login can only be configured to work one way or the other, you must not include both 'email' and 'email_link' in the methods list.