()
| 23 | export class GoogleProvider extends ProviderBase { |
| 24 | _builder: com.firebase.ui.auth.AuthUI.IdpConfig.GoogleBuilder; |
| 25 | constructor() { |
| 26 | super(); |
| 27 | this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.GoogleBuilder(); |
| 28 | } |
| 29 | |
| 30 | _scopes: string[] = []; |
| 31 | get scopes() { |
nothing calls this directly
no outgoing calls
no test coverage detected