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 312c41a commit ede5018Copy full SHA for ede5018
src/messaging/messaging.ts
@@ -223,7 +223,7 @@ export class Messaging implements FirebaseServiceInterface {
223
224
const projectId: string = utils.getProjectId(app);
225
if (!validator.isNonEmptyString(projectId)) {
226
- // Assert for an explicit projct ID (either via AppOptions or the cert itself).
+ // Assert for an explicit project ID (either via AppOptions or the cert itself).
227
throw new FirebaseMessagingError(
228
MessagingClientErrorCode.INVALID_ARGUMENT,
229
'Failed to determine project ID for Messaging. Initialize the '
0 commit comments