I have a Azure Notification hub that's hooked up to a FCM instance. I am able to send notifications to my app using the Firebase console. There is a component which registers my device and changes to the build.gradle files which link the device and FCM (following this guide https://enappd.com/blog/firebase-push-notification-in-ionic-react-capacitor/111/). But I want to use an Azure notification hub instead.
What needs to be added to the gradle.build/google-services.json/any other files for the app to be linked with Azure? Thanks.