| 771 | } |
| 772 | |
| 773 | export class GithubAuthProvider { |
| 774 | static credential(token: string) { |
| 775 | return AuthCredential.fromNative(com.google.firebase.auth.GithubAuthProvider.getCredential(token)); |
| 776 | } |
nothing calls this directly
no outgoing calls
no test coverage detected