(app?: FirebaseApp)
| 890 | export 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); |
nothing calls this directly
no outgoing calls
no test coverage detected