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 0066bca commit a3df0b1Copy full SHA for a3df0b1
src/server/app-check.ts
@@ -44,7 +44,9 @@ export function VueFireAppCheckServer(
44
return
45
}
46
47
- logger.debug('Initializing AppCheck on the server')
+ logger.debug(
48
+ `Initializing AppCheck on the server for app "${firebaseApp.name}".`
49
+ )
50
51
let currentToken: AppCheckToken | undefined
52
const appCheck = initializeAppCheck(firebaseApp, {
0 commit comments