@@ -6952,9 +6952,9 @@ declare namespace firebase.messaging {
6952
6952
* Do not call this constructor directly. Instead, use
6953
6953
* {@link firebase.messaging `firebase.messaging()`}.
6954
6954
*
6955
- * See {@link https://firebase.google.com/docs/cloud-messaging/js/client Set Up a JavaScript
6956
- * Firebase Cloud Messaging Client App} for a full guide on how to use the Firebase Messaging
6957
- * service.
6955
+ * See {@link https://firebase.google.com/docs/cloud-messaging/js/client
6956
+ * Set Up a JavaScript Firebase Cloud Messaging Client App} for a full guide on how to use the
6957
+ * Firebase Messaging service.
6958
6958
*
6959
6959
*/
6960
6960
interface Messaging {
@@ -7109,13 +7109,13 @@ declare namespace firebase.messaging {
7109
7109
7110
7110
/**
7111
7111
* Message payload that contains the notification payload that is represented with
7112
- * {@link firebase.Messaging .NotificationPayload} and the data payload that contains an arbitrary
7112
+ * {@link firebase.messaging .NotificationPayload} and the data payload that contains an arbitrary
7113
7113
* number of key-value pairs sent by developers through the
7114
7114
* {@link https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification Send API}
7115
7115
*/
7116
7116
export interface MessagePayload {
7117
7117
/**
7118
- * See {@link firebase.Messaging .NotificationPayload}.
7118
+ * See {@link firebase.messaging .NotificationPayload}.
7119
7119
*/
7120
7120
notification ?: NotificationPayload ;
7121
7121
@@ -7125,7 +7125,7 @@ declare namespace firebase.messaging {
7125
7125
data ?: { [ key : string ] : string } ;
7126
7126
7127
7127
/**
7128
- * See {@link firebase.Messaging .FcmOptions}.
7128
+ * See {@link firebase.messaging .FcmOptions}.
7129
7129
*/
7130
7130
fcmOptions ?: FcmOptions ;
7131
7131
@@ -7135,15 +7135,17 @@ declare namespace firebase.messaging {
7135
7135
from : string ;
7136
7136
7137
7137
/**
7138
- * The collapse key of this message. See more
7139
- * {@link https://firebase.google.com/docs/cloud-messaging/concept-options#collapsible_and_non-collapsible_messages}.
7138
+ * The collapse key of this message. See
7139
+ * {@link https://firebase.google.com/docs/cloud-messaging/concept-options#collapsible_and_non-collapsible_messages
7140
+ * Collapsible and non-collapsible messages}.
7140
7141
*/
7141
7142
collapseKey : string ;
7142
7143
}
7143
7144
7144
7145
/**
7145
- * Options for features provided by the FCM SDK for Web. See more
7146
- * {@link https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushfcmoptions}.
7146
+ * Options for features provided by the FCM SDK for Web. See
7147
+ * {@link https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#webpushfcmoptions
7148
+ * WebpushFcmOptions}.
7147
7149
*/
7148
7150
export interface FcmOptions {
7149
7151
/**
@@ -7154,8 +7156,9 @@ declare namespace firebase.messaging {
7154
7156
link ?: string ;
7155
7157
7156
7158
/**
7157
- * Label associated with the message's analytics data. See more
7158
- * {@link https://firebase.google.com/docs/cloud-messaging/understand-delivery#adding-analytics-labels-to-messages}.
7159
+ * Label associated with the message's analytics data. See
7160
+ * {@link https://firebase.google.com/docs/cloud-messaging/understand-delivery#adding-analytics-labels-to-messages
7161
+ * Adding analytics labels}.
7159
7162
*/
7160
7163
analyticsLabel ?: string ;
7161
7164
}
@@ -7176,8 +7179,8 @@ declare namespace firebase.messaging {
7176
7179
7177
7180
/**
7178
7181
* The URL of the image that is shown with the notification. See
7179
- * {@link https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification}
7180
- * for supported image format.
7182
+ * {@link https://firebase.google.com/docs/reference/fcm/rest/v1/projects.messages#notification
7183
+ * `notification.image`} for supported image format.
7181
7184
*/
7182
7185
image ?: string ;
7183
7186
}
0 commit comments