| 1 | import { Utils } from '@nativescript/core'; |
| 2 | import { FirebaseApp, FirebaseError, firebase } from '@nativescript/firebase-core'; |
| 3 | import { Auth } from '@nativescript/firebase-auth'; |
| 4 | import { ProviderBase } from './common'; |
nothing calls this directly
no test coverage detected