FirebaseV1WebPushConfig interface
Eigenschaften
| data | Eine Sammlung von WebPush-Protokolloptionen. |
| fcm_options | Eine Sammlung von WebPush-Protokolloptionen. |
| headers | Eine Sammlung von WebPush-Protokolloptionen. |
| notification | Webbenachrichtigungsoptionen als JSON-Objekt. |
Details zur Eigenschaft
data
Eine Sammlung von WebPush-Protokolloptionen.
data?: Record<string, string>
Eigenschaftswert
Record<string, string>
fcm_options
Eine Sammlung von WebPush-Protokolloptionen.
fcm_options?: FirebaseV1WebPushFcmOptions
Eigenschaftswert
headers
Eine Sammlung von WebPush-Protokolloptionen.
headers?: Record<string, string>
Eigenschaftswert
Record<string, string>
notification
Webbenachrichtigungsoptionen als JSON-Objekt.
notification?: FirebaseV1WebPushNotification