public class EmailSignInHandler extends SingleProviderSignInHandler<Void>
| Constructor and Description |
|---|
EmailSignInHandler(Application application) |
| Modifier and Type | Method and Description |
|---|---|
void |
onActivityResult(int requestCode,
int resultCode,
Intent data) |
void |
startSignIn(com.google.firebase.auth.FirebaseAuth auth,
HelperActivityBase activity,
String providerId)
Start the login process for the IDP using the web based Generic IDP flow if applicable,
e.g.
|
startSignIninitWithgetOperation, setResultgetArguments, init, onCleared, onCreate, setArgumentspublic EmailSignInHandler(Application application)
public void startSignIn(@NonNull
com.google.firebase.auth.FirebaseAuth auth,
@NonNull
HelperActivityBase activity,
@NonNull
String providerId)
ProviderSignInBasestartSignIn in class ProviderSignInBase<Void>auth - the Firebase auth instanceactivity - from which to start the login, DO NOT USE OUTSIDE OF THIS METHOD!!!providerId - the provider to sign-in with (e.g. "microsoft.com")public void onActivityResult(int requestCode,
int resultCode,
@Nullable
Intent data)
onActivityResult in class ProviderSignInBase<Void>