You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a PWA app using Polymer 2.0 and firebase.
Firebase messaging is throwing error - Uncaught (in promise) DOMException: Registration failed - push service error.
Describe your environment
Operating System version: Mac High Sierra 10.13.4
Firebase SDK - [email protected]
Firebase Tools version: 3.18.4
Firebase Product: messaging
No, I mean how you initialize Messaging in your code. Since I'm not familiar with Polymer I'll once again refer you to polymerfire: FirebaseExtended/polymerfire#345
I have a PWA app using Polymer 2.0 and firebase.
Firebase messaging is throwing error - Uncaught (in promise) DOMException: Registration failed - push service error.
Describe your environment
Operating System version: Mac High Sierra 10.13.4
Firebase SDK - [email protected]
Firebase Tools version: 3.18.4
Firebase Product: messaging
I checked my manifest file and it is getting loaded correctly and has correct MIME/Type: application/json
Not sure how to resolve the issue.
Manifest file -->
Source code - https://github.com/vinvantest/git_issue_firebase_login
my-app.html (PolymerElement)
And the
firebase-messaging-sw.js
Manifest.json includes "gcm_sender_id": "103953800507",
The text was updated successfully, but these errors were encountered: