order state changed'; const notificationOptions = { body: `The order is now '${data.state}'.`, icon: '/images/shop-icon-128.png' }; return self.registration.showNotification(notificationTitle, notificationOptions);
if="[[!fcmActive]]"> <h2>Enable notifications?</h2> <p>We will send you notifications when order status changes.</p> <shop-button responsive> <a on-tap="_requestFcm" href="#">Enable</a> </shop-button> </template> <template is="dom-if" if="[[fcmActive]]"> <h2>You will be notified about order status changes</h2> </template>