| 670 | } |
| 671 | |
| 672 | export class EmailAuthProvider { |
| 673 | static credential(email: string, password: string) { |
| 674 | return AuthCredential.fromNative(com.google.firebase.auth.EmailAuthProvider.getCredential(email, password)); |
| 675 | } |
nothing calls this directly
no outgoing calls
no test coverage detected