File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
FirebaseAdmin/FirebaseAdmin/Messaging Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ public sealed class WebpushConfig
3939 public IReadOnlyDictionary < string , string > Data { get ; set ; }
4040
4141 /// <summary>
42- /// Gets or sets the Webpush notification that will be included in the message.
42+ /// Gets or sets the Webpush notification included in the message.
4343 /// </summary>
4444 [ JsonProperty ( "notification" ) ]
4545 public WebpushNotification Notification { get ; set ; }
4646
4747 /// <summary>
48- /// Gets or sets the Webpush options that will be included in the message.
48+ /// Gets or sets the Webpush options included in the message.
4949 /// </summary>
5050 [ JsonProperty ( "fcm_options" ) ]
5151 public WebpushFcmOptions FcmOptions { get ; set ; }
You can’t perform that action at this time.
0 commit comments