| 872 | } |
| 873 | |
| 874 | export class TwitterAuthProvider { |
| 875 | static credential(token: string, secret: string) { |
| 876 | return AuthCredential.fromNative(com.google.firebase.auth.TwitterAuthProvider.getCredential(token, secret)); |
| 877 | } |
nothing calls this directly
no outgoing calls
no test coverage detected