authenticationCodeTypeFirebaseAndroid property
An authentication code is delivered via Firebase Authentication to the official Android application
Implementation
AuthenticationCodeTypeFirebaseAndroid?
get authenticationCodeTypeFirebaseAndroid {
if (this is AuthenticationCodeTypeFirebaseAndroid) {
return this as AuthenticationCodeTypeFirebaseAndroid;
}
return null;
}