(providerId: string)
| 820 | _customProvider: boolean; |
| 821 | _builder: com.google.firebase.auth.OAuthProvider.Builder; |
| 822 | constructor(providerId: string) { |
| 823 | this._providerId = providerId; |
| 824 | this._customProvider = false; |
| 825 | } |
| 826 | |
| 827 | get _isCustomProvider() { |
| 828 | return this._customProvider; |
nothing calls this directly
no outgoing calls
no test coverage detected