Since the Microsoft.Azure.MobileClient nuget currently is only supporting .net standard I am considering dropping it from my app-project. The only thing I am using it for is the RegisterAsync() call.
Can I do this in the backend (using the Azure Notification services) instead? I have my Firebase token and my apple token. I just need to register them in the Azure notification hub.
thanks!