위해 나는 착용 독립 웹 응용 프로그램 타 이젠 일하고 및 알림 기능을 통합 할 수 중포 기지를 통합하고 싶습니다. Javascript를 사용하여 firebase에서 제공하는 모든 단계를 수행했습니다. 하지만 토큰을 얻을 수 없습니다 오전 아래의 오류로 인해 결국 : FCM은 타 이젠 Werable 웹 응용 프로그램
Failed to register a ServiceWorker: The URL protocol of the current origin ('file://') is not supported." code: "messaging/failed-serviceworker-registration" message: "Messaging: We are unable to register the default service worker. Failed to register a ServiceWorker: The URL protocol of the current origin ('file://') is not supported. (messaging/failed-serviceworker- registration)." stack: (...)
내가 navigator.serviceWorker.register('/sw.js').then(function(registration) {
console.log("success")
firebase.messaging().useServiceWorker(registration)
// Registration was successful
console.log('ServiceWorker registration successful with scope: ',registration.scope);
// registration.pushManager.subscribe({
console.log('Registration was successful1');
// userVisibleOnly: true
}).then(function(sub) {
console.log('endpoint:', sub.endpoint);
}).catch(function(e) {
console.log('Registration Failed',e);
});
그러나이 작동 얻을 수 없습니다를 시도했다. FCM 제공 업체가 Android, iOS 및 Javascript에 대한 액세스 권한을 부여한 것처럼 FCM이 Tizen 웹 응용 프로그램에 대한 지원을 제공하는지 여부를 알려주십시오. 그러나 어디에도 Tizen 웹 응용 프로그램 (Wearable의 하이브리드 응용 프로그램)에 대한 지원을 보지 못했습니다.