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

Method constructor

packages/firebase-auth/index.android.ts:822–825  ·  view source on GitHub ↗
(providerId: string)

Source from the content-addressed store, hash-verified

820 _customProvider: boolean;
821 _builder: com.google.firebase.auth.OAuthProvider.Builder;
822 constructor(providerId: string) {
823 this._providerId = providerId;
824 this._customProvider = false;
825 }
826
827 get _isCustomProvider() {
828 return this._customProvider;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected