
com.google.firebase.auth.TwitterAuthProvider Maven / Gradle / Ivy
package com.google.firebase.auth;
import kotlin.NotImplementedError;
public class TwitterAuthProvider {
public static AuthCredential getCredential(String email, String password) {
throw new NotImplementedError();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy