MCPcopy Create free account
hub / github.com/NativeScript/firebase / constructor

Method constructor

packages/firebase-ui/index.android.ts:121–124  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119export class GithubProvider extends ProviderBase {
120 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.GitHubBuilder;
121 constructor() {
122 super();
123 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.GitHubBuilder();
124 }
125
126 _scopes: string[] = [];
127 get scopes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected