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.
2 parents 3f1354f + 8a0ca1a commit 24247baCopy full SHA for 24247ba
packages/messaging-types/index.d.ts
@@ -31,6 +31,7 @@ export interface NotificationPayload {
31
title?: string;
32
body?: string;
33
image?: string;
34
+ icon?: string;
35
}
36
37
export interface FcmOptions {
0 commit comments