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

Method constructor

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

Source from the content-addressed store, hash-verified

23export 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() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected