How to implement Firebase Push Notification using Ionic React

Hi,

Do you know any tutorial on how to implement Firebase Push Notifications or FCM using Ionic React? I found a bunch of Angular tutorials but it does not help me.

Thanks!

I’m an Angular User but i don’t think the Framework is really important here. Are you using Cordova or Capacitor?

I am using Capacitor

I found this Tutorial. Also, if you need data (silent) Push in iOS you should use my Plugin: GitHub - EinfachHans/capacitor-firebase-push: This Plugin it used for Firebase Push Messages. It does support Data (silent) notifications!

1 Like

Thank you very much, @EinfachHans!