| 1 | import { FirebaseApp, firebase, deserialize, FirebaseError } from '@nativescript/firebase-core'; |
| 2 | import { ActionCodeInfoOperation } from './common'; |
| 3 | |
| 4 | import { ActionCodeInfo, IUserCredential, IActionCodeSettings, IAuth, IAuthCredential, IAuthSettings, IAuthTokenResult, IOAuthCredential, IPhoneAuthCredential, IUser, IUserInfo, IUserMetadata, OAuthCredentialOptions, UserProfileChangeRequest, IOAuthProvider } from '.'; |
nothing calls this directly
no test coverage detected