| 1 | import { deserialize, firebase, FirebaseApp, FirebaseError } from '@nativescript/firebase-core'; |
| 2 | import { ActionCodeInfoOperation } from './common'; |
| 3 | import lazy from '@nativescript/core/utils/lazy'; |
| 4 | import { Application } from '@nativescript/core'; |
nothing calls this directly
no test coverage detected