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