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 f74adaa commit 8e4a446Copy full SHA for 8e4a446
src/providers/https.ts
@@ -459,7 +459,7 @@ async function checkTokens(
459
try {
460
if (!apps().admin.appCheck) {
461
throw new Error(
462
- 'Cannot validate AppCheck token. Please uupdate Firebase Admin SDK to >= v9.8.0'
+ 'Cannot validate AppCheck token. Please update Firebase Admin SDK to >= v9.8.0'
463
);
464
}
465
const appCheckToken = await apps()
0 commit comments