All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.firebase.auth.FacebookAuthProvider Maven / Gradle / Ivy

package com.google.firebase.auth;

import kotlin.NotImplementedError;

public class FacebookAuthProvider {
    public static AuthCredential getCredential(String accessToken) {
        throw new NotImplementedError();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy