iOS PWA webpush and firebase fcmOptions

Hi. I developed a PWA app with fcm because iOS supports push api from iOS 16.4ver

My server push message to fcm with this format.

As you can see, we use webpush.fcmOptions.link to open the url page when users touch notification. On web browser and android, this option works but ios pwa don't. iOS just opens the PWA but can't open the url specified in fcmOptions.link.

Is there anyone who knows about this? Can I fix it?

Replies

Hello I have a small question are you able to push notification with Firebase on ios and if yes can you shared your configuration ways because we are a lot of dev to still blocked with the Notification.requestPermission

I am also having the same error, everything works fine on android and web but not on IOS (17.0), i don't know if this is a bug or a feature not yet supported by IOS

Any updates on this? Experiencing the same issue.

with ios17.4 will be works fcm firebase webpush notification?