Type alias: FirebaseAuthController
Ƭ FirebaseAuthController: AuthController
<FirebaseUser
> & { anonymousLogin
: () => void
; appleLogin
: () => void
; authLoading
: boolean
; confirmationResult?
: ConfirmationResult
; createUserWithEmailAndPassword
: (email
: string
, password
: string
) => void
; emailPasswordLogin
: (email
: string
, password
: string
) => void
; facebookLogin
: () => void
; fetchSignInMethodsForEmail
: (email
: string
) => Promise
<string
[]> ; githubLogin
: () => void
; googleLogin
: () => void
; microsoftLogin
: () => void
; phoneLogin
: (phone
: string
, applicationVerifier
: ApplicationVerifier
) => void
; skipLogin?
: () => void
; twitterLogin
: () => void
}