Private
customThe login method accepts email address and password. If authentication is successful, returns the authenticated user.
Promise
UserService
The users email address.
The users password.
The loginWithIDPResult is used to returns the authenticated user data.
Promise<UserCredential | null>
UserService
The loginWithMic method accepts providerName, providerIdentity and scope. If authentication is successful, returns the authenticated user.
void
UserService
Identity provider name
Provider's SSO url
Optional
scope: string | string[]string or Array of string values
Private
loginPrivate
loginThe startPhoneLogin method accepts phone number and captcha. It sends SMS message to the user's phone. The user signs in using a one-time code contained in the SMS message.
Promise
UserService
The user's phone number.
captcha If application send third party captcha
The verifyPhoneLogin method accepts confirmationResult and verificationCode. If authentication is successful, returns the authenticated user.
Promise
UserService
Return data from startPhoneLogin method.
Generated using TypeDoc
Creates an instance of UserService.
Memberof
UserService