Skip to content

Commit a3df0b1

Browse files
committed
feat(log): show name of app
1 parent 0066bca commit a3df0b1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/server/app-check.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ export function VueFireAppCheckServer(
4444
return
4545
}
4646

47-
logger.debug('Initializing AppCheck on the server')
47+
logger.debug(
48+
`Initializing AppCheck on the server for app "${firebaseApp.name}".`
49+
)
4850

4951
let currentToken: AppCheckToken | undefined
5052
const appCheck = initializeAppCheck(firebaseApp, {

0 commit comments

Comments
 (0)