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

    Type Alias LoginMethodWithOptions

    LoginMethodWithOptions:
        | readonly ["apple", OAuthOptions?]
        | readonly ["facebook", OAuthOptions?]
        | readonly ["github", OAuthOptions?]
        | readonly ["google", OAuthOptions?]
        | readonly ["microsoft", OAuthOptions?]
        | readonly ["twitter", OAuthOptions?]
        | readonly ["yahoo", OAuthOptions?]
        | readonly ["email"]
        | readonly ["email_link"]
        | readonly ["phone", PhoneOptions?]

    A login method with any options it supports.