We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4d7978 commit c62b171Copy full SHA for c62b171
packages/nuxt/src/module.ts
@@ -7,6 +7,7 @@ import {
7
defineNuxtModule,
8
} from '@nuxt/kit'
9
import type { NuxtModule } from '@nuxt/schema'
10
+// cannot import from firebase-admin because the build fails, maybe a nuxt bug?
11
import type { FirebaseOptions } from '@firebase/app-types'
12
import type { AppOptions, ServiceAccount } from 'firebase-admin'
13
import type { NuxtVueFireAppCheckOptions } from './app-check'
0 commit comments