Push notification in native app using ionic capacitor

Hi,
Thank you very much for your hard work.
I was following this tutorial, https://angularfirebase.com/lessons/capacitor-five-apps-in-five-minutes/. In order to convert my native app into an android an ios app. It works very good :smiley:

But now I will like to know if itĀ“s possible to add push notification into my native app and then converted again to android or ios.
I could see this link, https://capacitor.ionicframework.com/docs/guides/push-notifications-firebase/ but it seems that it requires first to convert my app into ionic. Is that right?

I am looking forward for your answer.
Regards,
Xabi

That tutorial is called ā€œUsing Push Notifications with Firebase in an Ionic + Angular Appā€, so it assumes you are developing an Ionic app already.

You donā€™t really need to convert your app to be an Ionic app, but you need to create a hybrid app with javascript/typescript and the framework of your choice (or no framework at all). If not using Ionic the steps will be different at some points, but the basic idea still remains.