CrackMe.apk

Download file
    package com.google.firebase.auth;

import android.util.Log;
import com.google.android.gms.common.internal.Preconditions;
import com.google.android.gms.tasks.OnCompleteListener;
import com.google.android.gms.tasks.Task;
import com.google.firebase.auth.PhoneAuthProvider;
import com.google.firebase.auth.internal.zzag;
import com.google.firebase.auth.internal.zze;

/* compiled from: com.google.firebase:firebase-auth@@21.1.0 */
final class zzp implements OnCompleteListener {
    final /* synthetic */ PhoneAuthOptions zza;
    final /* synthetic */ FirebaseAuth zzb;

    zzp(FirebaseAuth firebaseAuth, PhoneAuthOptions phoneAuthOptions) {
        this.zzb = firebaseAuth;
        this.zza = phoneAuthOptions;
    }

    public final void onComplete(Task task) {
        String str;
        String str2;
        if (!task.isSuccessful()) {
            String str3 = "Error while validating application identity: ";
            if (task.getException() != null) {
                str3 = str3.concat(String.valueOf(task.getException().getMessage()));
            }
            Log.e("FirebaseAuth", str3);
            Log.e("FirebaseAuth", "Proceeding without any application identifier.");
            str2 = null;
            str = null;
        } else {
            String zzb2 = ((zze) task.getResult()).zzb();
            str = ((zze) task.getResult()).zza();
            str2 = zzb2;
        }
        long longValue = this.zza.zzg().longValue();
        PhoneAuthProvider.OnVerificationStateChangedCallbacks zzt = this.zzb.zzL(this.zza.zzh(), this.zza.zze());
        zzag zzag = (zzag) Preconditions.checkNotNull(this.zza.zzc());
        if (zzag.zze()) {
            this.zzb.zze.zzD(zzag, (String) Preconditions.checkNotNull(this.zza.zzh()), this.zzb.zzi, longValue, this.zza.zzd() != null, this.zza.zzj(), str2, str, this.zzb.zzK(), zzt, this.zza.zzi(), this.zza.zza());
        } else {
            this.zzb.zze.zzE(zzag, (PhoneMultiFactorInfo) Preconditions.checkNotNull(this.zza.zzf()), this.zzb.zzi, longValue, this.zza.zzd() != null, this.zza.zzj(), str2, str, this.zzb.zzK(), zzt, this.zza.zzi(), this.zza.zza());
        }
    }
}
    
Download file