34 lines
1.2 KiB
Java
34 lines
1.2 KiB
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import com.google.android.gms.common.internal.Preconditions;
|
||
|
import com.google.android.gms.tasks.TaskCompletionSource;
|
||
|
import com.google.firebase.auth.UserProfileChangeRequest;
|
||
|
import com.google.firebase.auth.internal.zzg;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzwu extends zzyb {
|
||
|
private final UserProfileChangeRequest zza;
|
||
|
|
||
|
public zzwu(UserProfileChangeRequest userProfileChangeRequest) {
|
||
|
super(2);
|
||
|
this.zza = (UserProfileChangeRequest) Preconditions.checkNotNull(userProfileChangeRequest, "request cannot be null");
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyb
|
||
|
public final void zzb() {
|
||
|
((zzg) this.zzf).zza(this.zzj, zzwy.zzN(this.zzd, this.zzk));
|
||
|
zzm(null);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyd
|
||
|
public final void zzc(TaskCompletionSource taskCompletionSource, zzxb zzxbVar) {
|
||
|
this.zzv = new zzya(this, taskCompletionSource);
|
||
|
zzxbVar.zzE(new zztg(this.zza, this.zze.zzf()), this.zzc);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyd
|
||
|
public final String zza() {
|
||
|
return "updateProfile";
|
||
|
}
|
||
|
}
|