what-the-bank/sources/com/google/firebase/auth/UserInfo.java

7 lines
125 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.firebase.auth;
/* loaded from: classes2.dex */
public interface UserInfo {
String getProviderId();
}