| 777 | } |
| 778 | |
| 779 | export class GoogleAuthProvider { |
| 780 | static credential(idToken: string, accessToken: string) { |
| 781 | return AuthCredential.fromNative(com.google.firebase.auth.GoogleAuthProvider.getCredential(idToken, accessToken)); |
| 782 | } |
nothing calls this directly
no outgoing calls
no test coverage detected