package com.google.android.gms.internal.p002firebaseauthapi; import com.google.android.gms.common.util.Strings; import org.json.JSONException; import org.json.JSONObject; /* loaded from: classes.dex */ public final class zzadq implements zzabd { private static final String zza = "zzadq"; private String zzb; public zzadq() { } public zzadq(String str) { this.zzb = str; } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzabd public final /* bridge */ /* synthetic */ zzabd zza(String str) { try { this.zzb = Strings.emptyToNull(new JSONObject(str).optString("producerProjectNumber")); return this; } catch (NullPointerException | JSONException e10) { throw zzafg.zza(e10, zza, str); } } public final String zzb() { return this.zzb; } }