In the Azure notification hub you can add API key for GCM to send a notification to registered devices, this works at. But GCM will be deprecated next year and Google recommends to use Firebase cloud messaging.
Our users definitely won't update their app immediately so we wanted to support both GCM and Firebase.
I can only find one 'google' option to add one API key, which is for GCM at the moment. Is it possible to add GCM and FCM under one notification hub instead of making multiple hubs to send notifications?