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
39
39
public IReadOnlyDictionary < string , string > Data { get ; set ; }
40
40
41
41
/// <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.
43
43
/// </summary>
44
44
[ JsonProperty ( "notification" ) ]
45
45
public WebpushNotification Notification { get ; set ; }
46
46
47
47
/// <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.
49
49
/// </summary>
50
50
[ JsonProperty ( "fcm_options" ) ]
51
51
public WebpushFcmOptions FcmOptions { get ; set ; }
You can’t perform that action at this time.
0 commit comments