| 958 | const NSFirebaseAuth = lazy(() => org.nativescript.firebase.auth.FirebaseAuth); |
| 959 | |
| 960 | export class Auth implements IAuth { |
| 961 | _native: com.google.firebase.auth.FirebaseAuth; |
| 962 | |
| 963 | constructor(app?: FirebaseApp) { |
nothing calls this directly
no outgoing calls
no test coverage detected