-
Notifications
You must be signed in to change notification settings - Fork 986
Description
Operating System
macOS 13.6.3
Browser Version
Safari 17.2
Firebase SDK Version
10.7.0
Firebase SDK Product:
Messaging
Describe your project's tooling
index.html with source tag. Just javascript.
Describe the problem
getToken suddenly stopped working and now it just hangs. The promise never fulfills or rejects. Seems like I'm not the first to report this issue either, with a quick google search it was reported before.
Don't know if it's related or not, but the problem happened after I started playing with the quick-start, when sending a test message at some point I deleted all the FCM registration tokens using the firebase console
,
and now I can't get a new one.
Steps and code to reproduce issue
I have no idea. I didn't do anything special. I was struggling to get the notification but I was getting the token. Now I can't even get the token ;_;. I also tried creating new vapid keys, to no avail. I can't use the api at all at this point.