Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Azure - Firebase Remote Config Equivalent

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.

like image 737
Krishna Avatar asked Oct 25 '18 17:10

Krishna


People also ask

Is Firebase similar to Azure?

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.

What is remote config Firebase?

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.

Can Firebase integrate with Azure?

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.

Is Firebase remote config realtime?

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?


1 Answers

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. :)

like image 119
Juan Martí Avatar answered Oct 08 '22 22:10

Juan Martí