CrackMe.apk

Download file
    package com.google.firebase.auth.internal;

import android.util.Log;
import com.google.android.gms.tasks.OnFailureListener;
import com.google.android.gms.tasks.TaskCompletionSource;

/* compiled from: com.google.firebase:firebase-auth@@21.1.0 */
final class zzc implements OnFailureListener {
    final /* synthetic */ TaskCompletionSource zza;

    zzc(zzf zzf, TaskCompletionSource taskCompletionSource) {
        this.zza = taskCompletionSource;
    }

    public final void onFailure(Exception exc) {
        Log.e(zzf.zza, String.format("Failed to get reCAPTCHA token with error [%s]- calling backend without app verification", new Object[]{exc.getMessage()}));
        this.zza.setResult(new zze((String) null, (String) null));
    }
}
    
Download file