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

Method constructor

packages/firebase-auth/index.ios.ts:892–894  ·  view source on GitHub ↗
(app?: FirebaseApp)

Source from the content-addressed store, hash-verified

890export class Auth implements IAuth {
891 _native: FIRAuth;
892 constructor(app?: FirebaseApp) {
893 this._app = app;
894 }
895
896 useEmulator(host: string, port: number) {
897 this.native.useEmulatorWithHostPort(host, port);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected