Reputation: 1871
Are there any features available in Azure that is equivalent to Firebase Remote Config which allows roll out of features to a mobile app without a republish?
I have looked at the Azure mobile and other services offered in Azure. But, nothing seems to provide a similar functionality.
Upvotes: 9
Views: 2066
Reputation: 309
Going around Azure, I found something that seems to be still in preview but could be what you were looking for, and it's called Azure App Configuration.
https://azure.microsoft.com/en-us/services/app-configuration/
Here is a super lovely blog post too.
https://adrianhall.github.io/android/2019/09/22/azure-app-config/
I hope this helps you. :)
Upvotes: 2