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.
Firebase and Microsoft Azure are primarily classified as "Realtime Backend / API" and "Cloud Hosting" tools respectively. Some of the features offered by Firebase are: Add the Firebase library to your app and get access to a shared data structure.
Firebase Remote Config is a cloud service that lets you change the behavior and appearance of your app without requiring users to download an app update. When using Remote Config, you create in-app default values that control the behavior and appearance of your app.
You can let your users authenticate with Firebase using OAuth providers like Microsoft Azure Active Directory by integrating generic OAuth Login into your app using the Firebase SDK to carry out the end to end sign-in flow.
Hey Mobile Developers, today, I want to open an exciting topic from my perspective, and this is a realtime remote configuration for our mobile apps. In the following article I will explain to you: What does remote config mean and for what cases you can use it?
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. :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With