| 658 | } |
| 659 | |
| 660 | export class EmailAuthProvider { |
| 661 | static credential(email: string, password: string) { |
| 662 | return AuthCredential.fromNative(FIREmailAuthProvider.credentialWithEmailPassword(email, password)); |
| 663 | } |
nothing calls this directly
no outgoing calls
no test coverage detected