-
Notifications
You must be signed in to change notification settings - Fork 985
Closed
Labels
Description
[REQUIRED] Describe your environment
- Operating System version: macOs 12.3
- Browser version: None
- Firebase SDK version: v10.2.0
- Firebase Product: FCM (auth, database, storage, etc)
[REQUIRED] Describe the problem
Steps to reproduce:
Icon passed via notification does not show on device. Notification itself works.
Notification triggered via test firebase UI works and shows correct image.
Relevant Code:
await messaging.sendToDevice(token, {
data: data,
notification: { ...notification, icon: 'https://synthetify.io/icons/sny.png' },
})