| 728 | } |
| 729 | |
| 730 | export class GoogleAuthProvider { |
| 731 | static credential(idToken: string, accessToken: string) { |
| 732 | return AuthCredential.fromNative(FIRGoogleAuthProvider.credentialWithIDTokenAccessToken(idToken, accessToken)); |
| 733 | } |
nothing calls this directly
no outgoing calls
no test coverage detected