Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/providers/https.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ async function checkTokens(
try {
if (!apps().admin.appCheck) {
throw new Error(
'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'
);
}
const appCheckToken = await apps()
Expand Down