File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9
9
defineNuxtModule ,
10
10
} from '@nuxt/kit'
11
11
// cannot import from firebase/app because the build fails, maybe a nuxt bug?
12
- import type { FirebaseApp , FirebaseOptions } from '@ firebase/app-types '
12
+ import type { FirebaseApp , FirebaseOptions } from 'firebase/app'
13
13
import type { App as FirebaseAdminApp } from 'firebase-admin/app'
14
14
import { markRaw } from 'vue'
15
15
import { consola } from 'consola'
Original file line number Diff line number Diff line change 1
- import type { FirebaseOptions } from '@ firebase/app-types '
1
+ import type { FirebaseOptions } from 'firebase/app'
2
2
import type { AppOptions , ServiceAccount } from 'firebase-admin'
3
3
import type { NuxtVueFireAppCheckOptions } from '../runtime/app-check'
4
4
You can’t perform that action at this time.
0 commit comments