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 6086daf commit 4169e8dCopy full SHA for 4169e8d
packages/nuxt/src/runtime/auth/api.session-verification.ts
@@ -1,4 +1,3 @@
1
-import { getApp as getAdminApp } from 'firebase-admin/app'
2
import { getAuth as getAdminAuth } from 'firebase-admin/auth'
3
import {
4
readBody,
@@ -7,6 +6,7 @@ import {
7
6
defineEventHandler,
8
deleteCookie,
9
} from 'h3'
+import { getAdminApp } from 'vuefire/server'
10
import { log } from '../logging'
11
12
/**
0 commit comments