| 722 | } |
| 723 | |
| 724 | export class GithubAuthProvider { |
| 725 | static credential(token: string) { |
| 726 | return AuthCredential.fromNative(FIRGitHubAuthProvider.credentialWithToken(token)); |
| 727 | } |
nothing calls this directly
no outgoing calls
no test coverage detected