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

Method constructor

packages/firebase-ui/index.ios.ts:77–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75
76export class GithubProvider extends ProviderBase {
77 constructor() {
78 super();
79 }
80
81 scopes: string[] = [];
82

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected