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

Method constructor

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

Source from the content-addressed store, hash-verified

412export class AppleProvider extends ProviderBase {
413 _builder: com.firebase.ui.auth.AuthUI.IdpConfig.AppleBuilder;
414 constructor() {
415 super();
416 this._builder = new com.firebase.ui.auth.AuthUI.IdpConfig.AppleBuilder();
417 }
418
419 _scopes: string[] = [];
420 get scopes() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected