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
Hey all, I've set up everything for FCM exactly as given in the docs, yet I can't get a notification delivered to a device.
When I call await FirebaseMessaging.instance.getToken();, I do get a token. Yet, when I try sending even a test notification through Firebase Console, nothing arrives on the device (foreground and background). Issue persists on both Android and iOS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I've set up everything for FCM exactly as given in the docs, yet I can't get a notification delivered to a device.
When I call
await FirebaseMessaging.instance.getToken();
, I do get a token. Yet, when I try sending even a test notification through Firebase Console, nothing arrives on the device (foreground and background). Issue persists on both Android and iOS.Anyone know what I can do?
Beta Was this translation helpful? Give feedback.
All reactions