()
| 189 | export class EmailProvider extends ProviderBase { |
| 190 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.EmailBuilder; |
| 191 | constructor() { |
| 192 | super(); |
| 193 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.EmailBuilder(); |
| 194 | } |
| 195 | |
| 196 | _actionCodeSettings: ActionCodeSettings = null; |
| 197 |
nothing calls this directly
no outgoing calls
no test coverage detected