I am developing android/ios app using ionic framework (web technologies) and I want to add Push Notification with the help of new firebase feature FCM.
Right now I am looking at following docs:
https://firebase.google.com/docs/cloud-messaging/chrome/client#project-setup
that says:
- Websites in Chrome can implement push messaging through service workers and web
- app manifests following the Webpush standard. Chrome apps and extensions can access the FCM service directly through chrome.gcm
API.
Does it mean I can use it in my ionic app for both android/ios, since app is built using cordova?
Also it will be very helpful if there is any implemented example, I can see and learn from.
Thanks